RowUpdatedEventArgs.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 l’exécution IDbCommand quand Update(DataSet) elle est appelée.
public:
property System::Data::IDbCommand ^ Command { System::Data::IDbCommand ^ get(); };
public System.Data.IDbCommand Command { get; }
member this.Command : System.Data.IDbCommand
Public ReadOnly Property Command As IDbCommand
Valeur de propriété
Exécuté IDbCommand lorsqu’il Update(DataSet) est appelé.