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