DbBatchCommandCollection.RemoveAt(Int32) 方法

定义

从集合中删除位于指定位置的 DbBatchCommand 对象。

public:
 abstract void RemoveAt(int index);
public abstract void RemoveAt (int index);
abstract member RemoveAt : int -> unit
Public MustOverride Sub RemoveAt (index As Integer)

参数

index
Int32

DbBatchCommand 对象所在的索引。

实现

适用于