DbBatchCommandCollection.Add(DbBatchCommand) Metoda

Definicja

Dodaje określony DbBatchCommand obiekt do obiektu 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

Obiekt, który ma zostać dodany do obiektu ICollection<T>.

Implementuje

Dotyczy