Removes the given DBParameter from the collection.
Public Sub Remove(ByVal value As Object)
public void Remove(object value)
value The DBParameter to remove.