SqlRowUpdatedEventArgs.Command Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit SqlCommand qui est exécuté lorsque Update(DataSet) est appelé.
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
Valeur de propriété
SqlCommand exécuté lors de l'appel à Update(DataSet).