6.17.4.12 AddRange
This method adds elements to the end of the OracleParameterCollection.
Declaration
// C#
public override void AddRange(Array paramArray );
Parameters
paramArray
An array of OracleParameter objects.
Exceptions
ArgumentNullException - The input parameter is null.