This documentation is archived and is not being maintained.
IDbDataParameter Interface
.NET Framework 1.1
Used by the Visual Basic .NET Data Designers to represent a parameter to a Command object, and optionally, its mapping to DataSet columns.
For a list of all members of this type, see IDbDataParameter Members.
System.Data.IDataParameter
System.Data.IDbDataParameter
[Visual Basic] Public Interface IDbDataParameter Inherits IDataParameter [C#] public interface IDbDataParameter : IDataParameter [C++] public __gc __interface IDbDataParameter : public IDataParameter [JScript] public interface IDbDataParameter implements IDataParameter
Classes that Implement IDbDataParameter
| Class | Description |
|---|---|
| OdbcParameter | Represents a parameter to an OdbcCommand and optionally, its mapping to a DataColumn. This class cannot be inherited. |
| OleDbParameter | Represents a parameter to an OleDbCommand and optionally, its mapping to a DataSet column. This class cannot be inherited. |
| OracleParameter | Represents a parameter to an OracleCommand and optionally, its mapping to a DataColumn. This class cannot be inherited. |
| SqlCeParameter | Represents a parameter to a SqlCeCommand and optionally, its mapping to a DataSet column. This class cannot be inherited. |
| SqlParameter | Represents a parameter to a SqlCommand, and optionally, its mapping to DataSet columns. This class cannot be inherited. |
Requirements
Namespace: System.Data
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: System.Data (in System.Data.dll)
See Also
Show: