Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
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.