Table of Contents

Enum NullableOperandMode

Namespace
Innova.Data.StructuredSearch.Operators
Assembly
Innova.Data.dll

Specifies the mode of the nullable operand.

public enum NullableOperandMode

Fields

Allowed = 1

The nullable operand is allowed.

Disallowed = 2

The nullable operand is disallowed.

Required = 0

The nullable operand is required.