SqlRowUpdatingEventArgs.Command Proprietà

Definizione

Ottiene o imposta l'oggetto SqlCommand da eseguire quando si esegue il metodo Update(DataSet).

public:
 property Microsoft::Data::SqlClient::SqlCommand ^ Command { Microsoft::Data::SqlClient::SqlCommand ^ get(); void set(Microsoft::Data::SqlClient::SqlCommand ^ value); };
public Microsoft.Data.SqlClient.SqlCommand Command { get; set; }
member this.Command : Microsoft.Data.SqlClient.SqlCommand with get, set
Public Property Command As SqlCommand

Valore della proprietà

L'oggetto SqlCommand da eseguire durante l'esecuzione del metodo Update(DataSet).

Si applica a