OdbcParameter.OdbcType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置参数的 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
。
- 属性
注解
OdbcType和 DbType 已链接。 因此,设置 会将 DbType 更改为 OdbcType 支持的 OdbcType。
有关支持的数据类型的列表,请参阅相应的 OdbcType 成员。 有关详细信息,请参阅 DataAdapter 参数。