DbBatchCommandCollection.Add(DbBatchCommand) Metodo

Definizione

Aggiunge l'oggetto DbBatchCommand specificato all'oggetto 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)

Parametri

item
DbBatchCommand

Oggetto da aggiungere all'oggetto ICollection<T>.

Implementazioni

Si applica a