OdbcParameter.OdbcType Özellik

Tanım

parametresini OdbcType alır veya ayarlar.

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

Özellik Değeri

OdbcType parametresinin OdbcType değeridir. Varsayılan değer: Nchar.

Öznitelikler

Açıklamalar

OdbcType ve DbType birbirine bağlıdır. Bu nedenle, ayarı DbType öğesini destekleyici OdbcTypeolarak değiştirirOdbcType.

Desteklenen veri türlerinin listesi için uygun OdbcType üyeye bakın. Daha fazla bilgi için bkz . DataAdapter Parametreleri.

Şunlara uygulanır

Ayrıca bkz.