DataFilterGroupOperation Enum
Specifies the operations supported by DataFilterGroup.
public enum DataFilterGroupOperation
Fields
| Name | Description |
|---|---|
| And | The group will perform a boolean AND on the child filter results. |
| Or | The group will perform a boolean OR on the child filter results. |