SqlBatchCommandCollection.RemoveAt(Int32) Method

Definition

Removes the SqlBatchCommand object at the specified index from the collection.

public:
 override void RemoveAt(int index);
public override void RemoveAt (int index);
override this.RemoveAt : int -> unit
Public Overrides Sub RemoveAt (index As Integer)

Parameters

index
Int32

The index where the SqlBatchCommand object is located.

Implements

Applies to