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.