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.

SqlParameter::SqlDbType Property

 

Gets or sets the SqlDbType of the parameter.

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

public:
[DbProviderSpecificTypePropertyAttribute(true)]
property SqlDbType SqlDbType {
	SqlDbType get();
	void set(SqlDbType value);
}

Property Value

Type: System.Data::SqlDbType

One of the SqlDbType values. The default is NVarChar.

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
Return to top
Show:
© 2017 Microsoft