OdbcParameter.OdbcType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le OdbcType du paramètre.
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
Valeur de propriété
Valeur OdbcType représentant le OdbcType du paramètre. La valeur par défaut est Nchar
.
- Attributs
Remarques
et OdbcTypeDbType sont liés. Par conséquent, si vous définissez le DbTypeOdbcType change en prenant en charge OdbcType.
Pour obtenir la liste des types de données pris en charge, consultez le membre approprié OdbcType . Pour plus d’informations, consultez Paramètres du DataAdapter.