dotConnect for BigCommerce Documentation
Devart.Common Namespace / DbParameterBaseCollection Class / IndexOf Method / IndexOf(Object) Method
The DbParameterBase object to find.

In This Topic
IndexOf(Object) Method
In This Topic
Gets the location in the collection of the DbParameterBase objects.
Syntax
'Declaration
 
Public Overloads Overrides Function IndexOf( _
   ByVal value As Object _
) As Integer
 

Parameters

value
The DbParameterBase object to find.

Return Value

The zero-based location of the DbParameterBase in the collection.
See Also