Enum LogicalOperator
- Namespace
- OrpheusInterfaces.Core
- Assembly
- OrpheusInterfaces.dll
Logical operator
public enum LogicalOperator
Fields
loAND = 0The AND operator displays a record if all the conditions separated by AND is TRUE.
loNOT = 2The NOT operator displays a record if the condition(s) is NOT TRUE.
loOR = 1The OR operator displays a record if any of the conditions separated by OR is TRUE.