DbBatchCommandCollection.RemoveAt(Int32) Method

Definition

Removes the DbBatchCommand object at the specified from the collection.

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

Parameters

index
Int32

The index where the DbBatchCommand object is located.

Implements

Applies to