DbBatchCommandCollection.Insert(Int32, DbBatchCommand) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将具有指定名称的 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> 中的对象。