TTMSFNCFilterBuilderGroupOperator Enumeration
Specifies the logical operator used to combine filter expressions within a group.
API unit family: TMS.TMSFNCFilterBuilder
Members
| Name | Description |
|---|---|
fgoAND |
All expressions and subgroups in the group must match (logical AND). |
fgoOR |
At least one expression or subgroup in the group must match (logical OR). |