DbBatchCommandCollection.Add(DbBatchCommand) Methode

Definitie

Hiermee voegt u het opgegeven DbBatchCommand object toe aan de 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)

Parameters

item
DbBatchCommand

Het object dat moet worden toegevoegd aan de ICollection<T>.

Implementeringen

Van toepassing op