RemoveAt

RemoveAt removes the OracleParameter object from the collection by location.

Overload List:

  • RemoveAt(int)

    This method removes from the collection the OracleParameter object located at the index specified by the supplied index.

  • RemoveAt(String)

    This method removes from the collection the OracleParameter object specified by the supplied name.