Partager via


SqlBatchCommandCollection.Add Méthode

Définition

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

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>.

S’applique à