Collects all parameters relevant to an ADOCommand and their mappings to DataSet columns.
Object
ADOParameters
[Visual Basic] Public Class ADOParameters Implements IDataParameters, IList, ICollection, IEnumerable [C#] public class ADOParameters : IDataParameters, IList, ICollection, IEnumerable [C++] public __gc class ADOParameters : public IDataParameters, IList, ICollection, IEnumerable [JScript] public class ADOParameters implements IDataParameters, IList, ICollection, IEnumerable
The number of the parameters in the collection must be equal to the number of parameter placeholders within the command text or the provider will raise an error.
Namespace: System.Data.ADO
Assembly: System.Data.dll