SqlDataAdapter.IDbDataAdapter.SelectCommand 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 SelectCommand.
property System::Data::IDbCommand ^ System::Data::IDbDataAdapter::SelectCommand { System::Data::IDbCommand ^ get(); void set(System::Data::IDbCommand ^ value); };
System.Data.IDbCommand System.Data.IDbDataAdapter.SelectCommand { get; set; }
member this.System.Data.IDbDataAdapter.SelectCommand : System.Data.IDbCommand with get, set
Property SelectCommand As IDbCommand Implements IDbDataAdapter.SelectCommand
Valeur de propriété
IDbCommand utilisé pendant Update(DataSet) pour sélectionner des enregistrements de la source de données afin de les placer dans le groupe de données.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de SqlDataAdapter est castée en interface IDbDataAdapter.