Allows an object to create a data parameter to a command and its mapping to DataSet columns.
IDataParameter
[Visual Basic] Public Interface IDataParameter [C#] public interface IDataParameter [C++] public __gc __interface IDataParameter
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
Class | Description |
---|---|
ADOParameter | Represents a parameter to an ADOCommand and, optionally, its mapping to DataSet columns. |
SQLParameter | Represents a parameter to an SQLCommand and, optionally, its mapping to DataSet columns. |
[To be supplied.]
Namespace: System.Data
Assembly: System.Data.dll