DbBatchCommandCollection.Add(DbBatchCommand) Método

Definición

Agrega el objeto especificado DbBatchCommand a .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

Objeto que se va a agregar a .ICollection<T>

Implementaciones

Se aplica a