SqlParameter.SqlDbType Proprietà

Definizione

Ottiene o imposta l'oggetto SqlDbType del parametro.

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

Valore della proprietà

Uno dei valori di SqlDbType. Il valore predefinito è NVarChar.

Attributi

Commenti

e SqlDbTypeDbType sono collegati. Pertanto, impostando l'oggetto DbType su SqlDbType un oggetto di supporto SqlDbType.

Per un elenco dei tipi di dati supportati, vedere il membro appropriato SqlDbType . Per altre informazioni, vedere Parametri di DataAdapter.

Per informazioni sullo streaming, vedere Supporto per lo streaming sqlClient.

Si applica a