Share via


SqlRowUpdatedEventArgs.Command Proprietà

Definizione

Ottiene o imposta la classe SqlCommand eseguita quando viene chiamato il metodo Update(DataSet).

public:
 property System::Data::SqlClient::SqlCommand ^ Command { System::Data::SqlClient::SqlCommand ^ get(); };
public System.Data.SqlClient.SqlCommand Command { get; }
member this.Command : System.Data.SqlClient.SqlCommand
Public ReadOnly Property Command As SqlCommand

Valore della proprietà

L'oggetto SqlCommand eseguito quando viene chiamato il metodo Update(DataSet).

Si applica a

Vedi anche