Enum NullableOperandMode
- Namespace
- Innova.Data.StructuredSearch.Operators
- Assembly
- Innova.Data.dll
Specifies the mode of the nullable operand.
public enum NullableOperandMode
Fields
Allowed = 1The nullable operand is allowed.
Disallowed = 2The nullable operand is disallowed.
Required = 0The nullable operand is required.