DbDataAdapter.IDbDataAdapter.InsertCommand 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 une instruction SQL utilisée pour insérer de nouveaux enregistrements dans la source de données.
property System::Data::IDbCommand ^ System::Data::IDbDataAdapter::InsertCommand { System::Data::IDbCommand ^ get(); void set(System::Data::IDbCommand ^ value); };
System.Data.IDbCommand? System.Data.IDbDataAdapter.InsertCommand { get; set; }
System.Data.IDbCommand System.Data.IDbDataAdapter.InsertCommand { get; set; }
member this.System.Data.IDbDataAdapter.InsertCommand : System.Data.IDbCommand with get, set
Property InsertCommand As IDbCommand Implements IDbDataAdapter.InsertCommand
Valeur de propriété
IDbCommand utilisé pendant Update(DataSet) pour insérer des enregistrements dans la source de données pour les nouvelles lignes du 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 DbDataAdapter est castée en interface IDbDataAdapter.
Pour plus d'informations, consultez InsertCommand.