SqlRowUpdatedEventArgs.Command Propriété

Définition

Obtient ou définit SqlCommand qui est exécuté lorsque Update(DataSet) est appelé.

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

Valeur de propriété

SqlCommand exécuté lors de l'appel à Update(DataSet).

S’applique à

Voir aussi