Compartir a través de


SqlBatchCommandCollection.Add Método

Definición

Sobrecargas

Add(SqlBatchCommand)

Agregue un SqlBatchCommand al final de .SqlBatchCommandCollection

Add(DbBatchCommand)

Agrega el objeto DbBatchCommand especificado al objeto ICollection<T>.

Add(SqlBatchCommand)

Agregue un SqlBatchCommand al final de .SqlBatchCommandCollection

public:
 virtual void Add(Microsoft::Data::SqlClient::SqlBatchCommand ^ item);
public void Add (Microsoft.Data.SqlClient.SqlBatchCommand item);
override this.Add : Microsoft.Data.SqlClient.SqlBatchCommand -> unit
Public Sub Add (item As SqlBatchCommand)

Parámetros

Implementaciones

Se aplica a

Add(DbBatchCommand)

Agrega el objeto DbBatchCommand especificado al objeto ICollection<T>.

public:
 override void Add(System::Data::Common::DbBatchCommand ^ item);
public override void Add (System.Data.Common.DbBatchCommand item);
override this.Add : System.Data.Common.DbBatchCommand -> unit
Public Overrides Sub Add (item As DbBatchCommand)

Parámetros

item
DbBatchCommand

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

Se aplica a