NullableBool Enum

Definition

Defines the nullable boolean value.

public enum class NullableBool
public enum NullableBool
type NullableBool = 
Public Enum NullableBool
Inheritance
NullableBool

Fields

False 2

Specifies that the boolean is False.

Null 0

Specifies that the boolean is Null.

True 1

Specifies that the boolean is True.

Applies to