Share via


DbBatchCommandCollection.Add(DbBatchCommand) Método

Definição

Adiciona o objeto DbBatchCommand especificado ao 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)

Parâmetros

item
DbBatchCommand

O objeto a ser adicionado ao ICollection<T>.

Implementações

Aplica-se a