Table of Contents

Enum LogicalOperator

Namespace
OrpheusInterfaces.Core
Assembly
OrpheusInterfaces.dll

Logical operator

public enum LogicalOperator

Fields

loAND = 0

The AND operator displays a record if all the conditions separated by AND is TRUE.

loNOT = 2

The NOT operator displays a record if the condition(s) is NOT TRUE.

loOR = 1

The OR operator displays a record if any of the conditions separated by OR is TRUE.