OleDbDataAdapter.IDbDataAdapter.UpdateCommand 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.
Pour obtenir une description de ce membre, consultez UpdateCommand.
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 lors d’une mise à jour pour mettre à jour les 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 OleDbDataAdapter est convertie en IDbDataAdapter interface.