DbBatchCommandCollection.Add(DbBatchCommand) Méthode

Définition

Ajoute l’objet spécifié DbBatchCommand à l’objet 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 au ICollection<T>.

Implémente

S’applique à