Returns the index of the given DBParameter in the collection.
Public Function IndexOf(ByVal value As Object) As Integer
public int IndexOf(object value)
value The DBParameter object to find.
The index of the DBParameter in the collection.