Value
This property returns a boolean value that represents the current instance.
Declaration
// C# public bool Value {get;}
Property Value
A bool value that returns true
if the current instance is true; otherwise, returns false
.
Exceptions
OracleNullValueException
– The current instance has a null value.