SqlRowUpdatingEventArgs.Command Propriété

Définition

Obtient ou définit la SqlCommand valeur à exécuter lors de l’exécution du Update(DataSet).

public:
 property System::Data::SqlClient::SqlCommand ^ Command { System::Data::SqlClient::SqlCommand ^ get(); void set(System::Data::SqlClient::SqlCommand ^ value); };
public System.Data.SqlClient.SqlCommand Command { get; set; }
member this.Command : System.Data.SqlClient.SqlCommand with get, set
Public Property Command As SqlCommand

Valeur de propriété

À SqlCommand exécuter lors de l’exécution du Update(DataSet).

S’applique à

Voir aussi