NullableBool enumeration

NullableBool enumeration

Represents triple boolean values.

The NullableBool type exposes the following members:

Fields

FieldDescription
NOT_DEFINEDBoolean value is undefined.
FALSEFalse value.
TRUETrue value.

See Also