DbBatchCommandCollection.Add(DbBatchCommand) Metod

Definition

Lägger till det angivna DbBatchCommand objektet i 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)

Parametrar

item
DbBatchCommand

Objektet som ska läggas till i ICollection<T>.

Implementeringar

Gäller för