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>в объект .

Реализации

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