Sdílet prostřednictvím


SqlBatchCommandCollection.Insert Metoda

Definice

Přetížení

Insert(Int32, SqlBatchCommand)

Vloží položku do zadaného indexu SqlBatchCommandCollection .

Insert(Int32, DbBatchCommand)

Vloží zadaný index objektu DbBatchCommand se zadaným názvem do kolekce v zadaném indexu.

Insert(Int32, SqlBatchCommand)

Vloží položku do zadaného indexu SqlBatchCommandCollection .

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)

Parametry

index
Int32

Implementuje

Výjimky

Platí pro

Insert(Int32, DbBatchCommand)

Vloží zadaný index objektu DbBatchCommand se zadaným názvem do kolekce v zadaném indexu.

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)

Parametry

index
Int32

Index, do kterého chcete vložit DbBatchCommand objekt.

item
DbBatchCommand

Objekt, který se má vložit do objektu IList<T>.

Platí pro