SqlBatchCommandCollection.Add Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- item
- SqlBatchCommand
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>.