Partilhar via


SqlBatchCommandCollection.Insert Método

Definição

Sobrecargas

Insert(Int32, SqlBatchCommand)

Insere um item no SqlBatchCommandCollection no índice especificado.

Insert(Int32, DbBatchCommand)

Insere o índice especificado do objeto DbBatchCommand com o nome especificado na coleção no índice especificado.

Insert(Int32, SqlBatchCommand)

Insere um item no SqlBatchCommandCollection no índice especificado.

public:
 virtual void Insert(int index, Microsoft::Data::SqlClient::SqlBatchCommand ^ item);
public void Insert (int index, Microsoft.Data.SqlClient.SqlBatchCommand item);
override this.Insert : int * Microsoft.Data.SqlClient.SqlBatchCommand -> unit
Public Sub Insert (index As Integer, item As SqlBatchCommand)

Parâmetros

index
Int32

Implementações

Exceções

Aplica-se a

Insert(Int32, DbBatchCommand)

Insere o índice especificado do objeto DbBatchCommand com o nome especificado na coleção no índice especificado.

public:
 override void Insert(int index, System::Data::Common::DbBatchCommand ^ item);
public override void Insert (int index, System.Data.Common.DbBatchCommand item);
override this.Insert : int * System.Data.Common.DbBatchCommand -> unit
Public Overrides Sub Insert (index As Integer, item As DbBatchCommand)

Parâmetros

index
Int32

O índice no qual inserir o objeto DbBatchCommand.

item
DbBatchCommand

O objeto a ser inserido no IList<T>.

Aplica-se a