[]
Initializes a new instance of the LocateDataSourceArgs class.
public LocateDataSourceArgs(string name, IReadOnlyList<DbParameter> parameters)
Type | Name | Description |
---|---|---|
string | name | The name of the requested data. |
IReadOnlyList<DbParameter> | parameters | Collection of the parameters of the command for which the data is requested. |