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.

OdbcParameter::OdbcType Property

 

Gets or sets the OdbcType of the parameter.

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

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

Property Value

Type: System.Data.Odbc::OdbcType

An OdbcType value that is the OdbcType of the parameter. The default is Nchar.

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.

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