6.23.4.21 IndexOf(String)
This method returns the index of the OracleParameter object with the specified name in the collection.
                  
Declaration
// C#
public override int IndexOf(String name);Parameters
- 
                        
nameThe name of parameter.
 
Return Value
Returns the index of the supplied OracleParameter in the collection.
                  
Implements
IDataParameterCollection