Partilhar via


SqlBatchCommandCollection.Add Método

Definição

Sobrecargas

Add(SqlBatchCommand)

Adicione um SqlBatchCommand ao final do SqlBatchCommandCollection.

Add(DbBatchCommand)

Adiciona o objeto DbBatchCommand especificado ao ICollection<T>.

Add(SqlBatchCommand)

Adicione um SqlBatchCommand ao final do 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

Implementações

Aplica-se a

Add(DbBatchCommand)

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

O objeto a ser adicionado ao ICollection<T>.

Aplica-se a