DbBatchCommandCollection.Add(DbBatchCommand) Méthode

Définition

Ajoute l'objet DbBatchCommand spécifié au DbBatchCommandCollection.

public:
 abstract void Add(System::Data::Common::DbBatchCommand ^ item);
public abstract void Add (System.Data.Common.DbBatchCommand item);
abstract member Add : System.Data.Common.DbBatchCommand -> unit
Public MustOverride Sub Add (item As DbBatchCommand)

Paramètres

item
DbBatchCommand

Objet à ajouter à ICollection<T>.

Implémente

S’applique à