explicit operator bool
This method returns the boolean representation of the OracleBoolean
value.
Declaration
// C#
public static explicit operator bool(OracleBoolean value1);
Parameters
-
value1
An
OracleBoolean
structure
Return Value
A boolean
Exception
OracleNullValueException
– OracleBoolean
has a null value.