OdbcParameter.OdbcType 属性

定义

获取或设置参数的 OdbcType

public:
 property System::Data::Odbc::OdbcType OdbcType { System::Data::Odbc::OdbcType get(); void set(System::Data::Odbc::OdbcType value); };
[System.Data.Common.DbProviderSpecificTypeProperty(true)]
public System.Data.Odbc.OdbcType OdbcType { get; set; }
public System.Data.Odbc.OdbcType OdbcType { get; set; }
[<System.Data.Common.DbProviderSpecificTypeProperty(true)>]
member this.OdbcType : System.Data.Odbc.OdbcType with get, set
member this.OdbcType : System.Data.Odbc.OdbcType with get, set
Public Property OdbcType As OdbcType

属性值

OdbcType 值,它是该参数的 OdbcType。 默认值为 Nchar

属性

注解

OdbcTypeDbType 已链接。 因此,设置 会将 DbType 更改为 OdbcType 支持的 OdbcType

有关支持的数据类型的列表,请参阅相应的 OdbcType 成员。 有关详细信息,请参阅 DataAdapter 参数

适用于

另请参阅