explicit operator OracleBoolean converts the provided structure to an OracleBoolean structure.
Overload List
explicit operator OracleBoolean(byte)
This method converts the supplied byte to an OracleBoolean structure.
explicit operator OracleBoolean(Decimal)
This method converts the supplied Decimal to an OracleBoolean structure.
explicit operator OracleBoolean(Double)
This method converts the supplied Double to an OracleBoolean structure.
explicit operator OracleBoolean(Int16)
This method converts the supplied Int16 to an OracleBoolean structure.
explicit operator OracleBoolean(int)
This method converts the supplied int to an OracleBoolean structure.
explicit operator OracleBoolean(Int64)
This method converts the supplied Int64 to an OracleBoolean structure.
explicit operator OracleBoolean(Single)
This method converts the supplied Single to an OracleBoolean structure.
explicit operator OracleBoolean(String)
This method converts the supplied String to an OracleBoolean structure.