Add(OracleParameter)
This method adds the supplied OracleParameter
object to the collection.
Declaration
// C#
public OracleParameter Add(OracleParameter paramObj);
Parameters
-
paramObj
The supplied
OracleParameter
object.
Return Value
The newly created OracleParameter
object which was added to the collection.