DbBatchCommandCollection.Insert(Int32, DbBatchCommand) Метод

Определение

Вставляет указанный индекс объекта DbBatchCommand с указанным именем в коллекцию по указанному индексу.

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

Параметры

index
Int32

Индекс, по которому нужно вставить объект DbBatchCommand.

item
DbBatchCommand

Объект, вставляемый в список IList<T>.

Реализации

Применяется к