Parameters
- parameterName
- The name of the parameter.
- dbType
- One of the OracleDbType values.
- size
- The maximum size, in bytes, of the data the parameter can contain.
- value
- The Devart.Common.DbParameterBase.Value of the OracleParameter to add to the collection.
- direction
- Specifies whether the parameter is input, output, both, or it is the return value.
Return Value
The new OracleParameter object.