DbBatchCommandCollection.Add(DbBatchCommand) Método

Definição

Adiciona o objeto especificado DbBatchCommand 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 adicionar ao ICollection<T>.

Implementações

Aplica-se a