OdbcParameter.OdbcType Propriedade

Definição

Obtém ou define o OdbcType do parâmetro.

public:
 property System::Data::Odbc::OdbcType OdbcType { System::Data::Odbc::OdbcType get(); void set(System::Data::Odbc::OdbcType value); };
public System.Data.Odbc.OdbcType OdbcType { get; set; }
[System.Data.Common.DbProviderSpecificTypeProperty(true)]
public System.Data.Odbc.OdbcType OdbcType { get; set; }
member this.OdbcType : System.Data.Odbc.OdbcType with get, set
[<System.Data.Common.DbProviderSpecificTypeProperty(true)>]
member this.OdbcType : System.Data.Odbc.OdbcType with get, set
Public Property OdbcType As OdbcType

Valor de Propriedade

Um OdbcType valor que é o OdbcType do parâmetro. A predefinição é Nchar.

Atributos

Observações

Os OdbcType e DbType estão ligados. Portanto, definindo as DbType alterações para OdbcType um suporte OdbcType.

Para uma lista dos tipos de dados suportados, consulte o membro apropriado OdbcType . Para obter mais informações, consulte Parâmetros do DataAdapter.

Aplica-se a

Ver também