IndexOf(object)
This method returns the index of the OracleParameter object in the collection.
                  
Declaration
// C#
public override int IndexOf(object obj);Parameters
- 
                        objThe specified object. 
Return Value
Returns the index of the OracleParameter object in the collection.
                  
Implements
IList 
                  
Exceptions
InvalidCastException - The supplied obj cannot be cast to an OracleParameter object.
                  
Remarks
Returns the index of the supplied OracleParameter obj in the collection.