RowUpdatingEventArgs.BaseCommand 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.
Obtient ou définit l'objet IDbCommand d'une instance de cette classe.
protected:
virtual property System::Data::IDbCommand ^ BaseCommand { System::Data::IDbCommand ^ get(); void set(System::Data::IDbCommand ^ value); };
protected virtual System.Data.IDbCommand? BaseCommand { get; set; }
protected virtual System.Data.IDbCommand BaseCommand { get; set; }
member this.BaseCommand : System.Data.IDbCommand with get, set
Protected Overridable Property BaseCommand As IDbCommand
Valeur de propriété
IDbCommand à exécuter pendant Update(DataSet).
Remarques
Cette méthode permet aux implémentations d’effectuer la vérification de type pour l’affectation d’objet IDbCommand . Seuls les objets valides IDbCommand , par exemple un SqlCommand objet, doivent être autorisés.