CqlParameterCollectionIndexOf Method (String) | 
 
            Returns the index of the DbParameter object with the specified name.
            
 
    Namespace: 
   Dse.Data
    Assembly:
   Dse (in Dse.dll) Version: 2.6.0
Syntaxpublic override int IndexOf(
	string parameterName
)
Parameters
- parameterName
 - Type: SystemString
 
Return Value
Type: 
Int32
            The name of the 
DbParameter object in the collection.
            
            The index of the 
DbParameter object with the specified name.
            
Implements
IDataParameterCollectionIndexOf(String)
See Also