implicit operator OracleDecimal returns the OracleDecimal representation of a value.
Overload List:
implicit operator OracleDecimal(decimal)
This method returns the OracleDecimal representation of a decimal value.
implicit operator OracleDecimal(int)
This method returns the OracleDecimal representation of an int value.
implicit operator OracleDecimal(long)
This method returns the OracleDecimal representation of a long value.