This documentation is archived and is not being maintained.
IDbDataParameter Interface
Visual Studio 2010
Used by the Visual Basic .NET Data Designers to represent a parameter to a Command object, and optionally, its mapping to DataSet columns.
Assembly: System.Data (in System.Data.dll)
The IDbDataParameter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | DbType | Gets or sets the DbType of the parameter. (Inherited from IDataParameter.) |
![]() ![]() | Direction | Gets or sets a value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter. (Inherited from IDataParameter.) |
![]() ![]() | IsNullable | Gets a value indicating whether the parameter accepts null values. (Inherited from IDataParameter.) |
![]() ![]() | ParameterName | Gets or sets the name of the IDataParameter. (Inherited from IDataParameter.) |
![]() ![]() | Precision | Indicates the precision of numeric parameters. |
![]() ![]() | Scale | Indicates the scale of numeric parameters. |
![]() ![]() | Size | The size of the parameter. |
![]() ![]() | SourceColumn | Gets or sets the name of the source column that is mapped to the DataSet and used for loading or returning the Value. (Inherited from IDataParameter.) |
![]() ![]() | SourceVersion | Gets or sets the DataRowVersion to use when loading Value. (Inherited from IDataParameter.) |
![]() ![]() | Value | Gets or sets the value of the parameter. (Inherited from IDataParameter.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
