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 物件所在的索引。

實作

適用於