Add(string, object)
This method adds an OracleParameter object to the collection using the supplied name and object value
                  
Declaration
// C# public OracleParameter Add(string name, object val);
Parameters
- 
                        nameThe parameter name. 
- 
                        valThe OracleParametervalue.
Return Value
The newly created OracleParameter object which was added to the collection.