LocateDataSourceArgs Class Members
In This Topic
The following tables list the members exposed by LocateDataSourceArgs.
Public Constructors
Public Properties
| Name | Description |
 | Data | Get the data set by SetData method. |
 | HasTheDataBeenSet | Gets a sign indicating whether the data was set by SetData method. |
 | Name | Gets the name of the requested data source. The meaning depends on the data provider type. |
 | Parameters | Gets the collection of the parameters of the command for which the data is requested. |
Top
Public Methods
| Name | Description |
 | SetData | Sets the requested data. It can be an object, stream, string or something else depending on the data provider. |
Top
See Also