SqlRowUpdatingEventArgs.Command Proprietà

Definizione

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

public:
 property System::Data::SqlClient::SqlCommand ^ Command { System::Data::SqlClient::SqlCommand ^ get(); void set(System::Data::SqlClient::SqlCommand ^ value); };
public System.Data.SqlClient.SqlCommand Command { get; set; }
member this.Command : System.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

Vedi anche