This topic has not yet been rated - Rate this topic

IDbDataParameter Interface

Used by the Visual Basic .NET Data Designers to represent a parameter to a Command object, and optionally, its mapping to DataSet columns.

Namespace:  System.Data
Assembly:  System.Data (in System.Data.dll)
public interface IDbDataParameter : IDataParameter

The IDbDataParameter type exposes the following members.

  Name Description
Public property Supported by the XNA Framework DbType Gets or sets the DbType of the parameter. (Inherited from IDataParameter.)
Public property Supported by the XNA Framework 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.)
Public property Supported by the XNA Framework IsNullable Gets a value indicating whether the parameter accepts null values. (Inherited from IDataParameter.)
Public property Supported by the XNA Framework ParameterName Gets or sets the name of the IDataParameter. (Inherited from IDataParameter.)
Public property Supported by the XNA Framework Precision Indicates the precision of numeric parameters.
Public property Supported by the XNA Framework Scale Indicates the scale of numeric parameters.
Public property Supported by the XNA Framework Size The size of the parameter.
Public property Supported by the XNA Framework 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.)
Public property Supported by the XNA Framework SourceVersion Gets or sets the DataRowVersion to use when loading Value. (Inherited from IDataParameter.)
Public property Supported by the XNA Framework Value Gets or sets the value of the parameter. (Inherited from IDataParameter.)
Top

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ