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