14.2.6 OracleBoolean Static Type Conversions

The OracleBoolean static type conversions are listed in Table 14-24

Table 14-24 OracleBoolean Static Type Conversions

Field Description

implicit operator OracleBoolean

Returns the OracleBoolean representation of a boolean value

explicit operator bool

Returns the boolean representation of the OracleBoolean value

explicit operator OracleBoolean

Converts a structure to an OracleBoolean structure (Overloaded)