OdbcParameter.OdbcType Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta l'oggetto OdbcType del parametro.
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
Valore della proprietà
Valore OdbcType che rappresenta l'enumerazione OdbcType del parametro. Il valore predefinito è Nchar
.
- Attributi
Commenti
e OdbcTypeDbType sono collegati. Pertanto, impostando l'oggetto DbType su OdbcType un oggetto di supporto OdbcType.
Per un elenco dei tipi di dati supportati, vedere il membro appropriato OdbcType . Per altre informazioni, vedere Parametri di DataAdapter.