SqlBatchCommandCollection.Add Méthode
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.
Surcharges
Add(SqlBatchCommand) |
Ajoutez un SqlBatchCommand à la fin de .SqlBatchCommandCollection |
Add(DbBatchCommand) |
Ajoute l'objet DbBatchCommand spécifié au ICollection<T>. |
Add(SqlBatchCommand)
Ajoutez un SqlBatchCommand à la fin de .SqlBatchCommandCollection
public:
virtual void Add(Microsoft::Data::SqlClient::SqlBatchCommand ^ item);
public void Add (Microsoft.Data.SqlClient.SqlBatchCommand item);
override this.Add : Microsoft.Data.SqlClient.SqlBatchCommand -> unit
Public Sub Add (item As SqlBatchCommand)
Paramètres
- item
- SqlBatchCommand
Implémente
S’applique à
Add(DbBatchCommand)
Ajoute l'objet DbBatchCommand spécifié au ICollection<T>.
public:
override void Add(System::Data::Common::DbBatchCommand ^ item);
public override void Add (System.Data.Common.DbBatchCommand item);
override this.Add : System.Data.Common.DbBatchCommand -> unit
Public Overrides Sub Add (item As DbBatchCommand)
Paramètres
- item
- DbBatchCommand
Objet à ajouter à ICollection<T>.