DbDataAdapter.IDbDataAdapter.DeleteCommand Propriété

Définition

Obtient ou définit une instruction SQL pour supprimer des enregistrements du jeu de données.

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

Valeur de propriété

Utilisé IDbCommand pendant Update(DataSet) la suppression d’enregistrements dans la source de données pour les lignes supprimé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 DeleteCommand.

S’applique à

Voir aussi