6.17.4.22 Insert
This method inserts the supplied OracleParameter object to the collection at the specified index.
Declaration
// C# public override void Insert(int index, object obj);
Parameters
-
indexThe specified index.
-
objThe
OracleParameterobject.
Implements
IList
Remarks
An InvalidCastException is thrown if the supplied obj cannot be cast to an OracleParameter object.