OleDbParameter::OleDbType Property
.NET Framework (current version)
Gets or sets the OleDbType of the parameter.
Assembly: System.Data (in System.Data.dll)
The OleDbType and DbType are linked. Therefore, setting the DbType changes the OleDbType to a supporting OleDbType.
For a list of the supported data types, see the appropriate OleDbType member. For more information, see DataAdapter Parameters.
.NET Framework
Available since 1.1
Available since 1.1
Show: