'Declaration Public Function New( _ ByVal name As String, _ ByVal parameters As IReadOnlyList(Of DbParameter) _ )
public LocateDataSourceArgs( string name, IReadOnlyList<DbParameter> parameters )
Parameters
- name
- The name of the requested data.
- parameters
- Collection of the parameters of the command for which the data is requested.