DbBatchCommandCollection.Add(DbBatchCommand) Methode

Definition

Fügt das angegebene DbBatchCommand Objekt dem 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)

Parameter

item
DbBatchCommand

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

Implementiert

Gilt für: