Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IDataParameter::DbType Property

 

Gets or sets the DbType of the parameter.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

property DbType DbType {
	DbType get();
	void set(DbType value);
}

Property Value

Type: System.Data::DbType

One of the DbType values. The default is String.

Exception Condition
ArgumentOutOfRangeException

The property was not set to a valid DbType.

The PrvDbType (where Prv represents the provider-specific prefix) and DbType are linked. Therefore, setting the DbType changes the PrvDbType to a supporting PrvDbType.

For a list of the supported data types, see the appropriate .NET Framework data provider PrvDbType member. For more information, see DataAdapter Parameters.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft