DbBatchCommandCollection.Add(DbBatchCommand) Metoda

Definice

Přidá zadaný DbBatchCommand objekt do objektu 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)

Parametry

item
DbBatchCommand

Objekt, který se má přidat do objektu ICollection<T>.

Implementuje

Platí pro