This method adds an OracleParameter object to the collection using the supplied name, database type, and direction.
Declaration
// C# public OracleParameter Add(string name, OracleDbType dbType, ParameterDirection direction);
Parameters
name
The parameter name.
dbType
The data type of the OracleParameter.
direction
The OracleParameter direction.
Return Value
The newly created OracleParameter object which was added to the collection.