Collects all parameters relevant to the command and their mappings to DataSet columns.
[Visual Basic] Public Interface IDataParameters Implements IList, ICollection, IEnumerable [C#] public interface IDataParameters : IList, ICollection, IEnumerable [C++] public __gc __interface IDataParameters : public IList, ICollection, IEnumerable
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
Class | Description |
---|---|
ADOParameters | Collects all parameters relevant to an ADOCommand and their mappings to DataSet columns. |
SQLParameters | Collects all parameters relevant to a SQLCommand and their mappings to DataSet columns. |
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.Internal
Assembly: System.Data.dll