SqlRowUpdatedEventArgs.Command Propriété

Définition

Obtient ou définit l’exécution SqlCommand lorsqu’elle Update(DataSet) est appelée.

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é

Exécuté SqlCommand lorsqu’il Update(DataSet) est appelé.

S’applique à

Voir aussi