Share via


OdbcParameter.OdbcType Proprietà

Definizione

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.

Si applica a

Vedi anche