Condividi tramite


SqlRowUpdatedEventArgs.Command Proprietà

Definizione

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

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