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.
OdbcParameter::DbType Property
.NET Framework (current version)
Gets or sets the DbType of the parameter.
Assembly: System.Data (in System.Data.dll)
public: property DbType DbType { virtual DbType get() override; virtual void set(DbType value) override; }
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The property was not set to a valid DbType. |
The OdbcType and DbType are linked. Therefore, setting the DbType changes the OdbcType to a supporting OdbcType.
For a list of the supported data types, see the appropriate OdbcType member. For more information, see DataAdapter Parameters.
Note |
|---|
Object is not supported by the Microsoft .NET Framework Data Provider for ODBC. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
