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