CqlParameterCollectionIndexOf Method (Object) | 
 
            Returns the index of the specified DbParameter object.
            
 
    Namespace: 
   Dse.Data
    Assembly:
   Dse (in Dse.dll) Version: 2.6.0
Syntaxpublic override int IndexOf(
	Object value
)
Parameters
- value
 - Type: SystemObject
The DbParameter object in the collection. 
Return Value
Type: 
Int32The index of the specified 
DbParameter object.
Implements
IListIndexOf(Object)
See Also