IndexOf

IndexOf returns the index of the OracleParameter object in the collection.

Overload List:

  • IndexOf(object)

    This method returns the index of the OracleParameter object in the collection.

  • IndexOf(String)

    This method returns the index of the OracleParameter object with the specified name in the collection.