DbBatchCommandCollection.Add(DbBatchCommand) Methode

Definition

Fügt dem DbBatchCommand-Objekt das angegebene DbBatchCommandCollection-Objekt hinzu.

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)

Parameter

item
DbBatchCommand

Das Objekt, das ICollection<T> hinzugefügt werden soll.

Implementiert

Gilt für: