Adds the given parameter to the collection.
Public Function Add(ByVal value As Object) As Integer
public int Add(object value)
value The DBParameter object to add to the collection.
The index of the added parameter in the collection.