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>对象。

实现

适用于