DbDataAdapter.IDbDataAdapter.UpdateCommand Propriété

Définition

Obtient ou définit une instruction SQL utilisée pour mettre à jour les enregistrements dans la source de données.

property System::Data::IDbCommand ^ System::Data::IDbDataAdapter::UpdateCommand { System::Data::IDbCommand ^ get(); void set(System::Data::IDbCommand ^ value); };
System.Data.IDbCommand System.Data.IDbDataAdapter.UpdateCommand { get; set; }
member this.System.Data.IDbDataAdapter.UpdateCommand : System.Data.IDbCommand with get, set
 Property UpdateCommand As IDbCommand Implements IDbDataAdapter.UpdateCommand

Valeur de propriété

Utilisé IDbCommand pendant Update(DataSet) la mise à jour des enregistrements dans la source de données pour les lignes modifiées dans le jeu de données.

Implémente

Remarques

Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance DbDataAdapter est convertie en IDbDataAdapter interface.

Pour plus d’informations, consultez UpdateCommand.

S’applique à

Voir aussi