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

实现

适用于