Removes the DBParameter at the given index in the collection.
Public Sub RemoveAt(ByVal index As Integer)
public void RemoveAt(int index)
index The index of the DBParameter to remove.