Enum CriteriaOperator
Defines logical operators that can be used to combine multiple criteria conditions.
Namespace: Coree.NETStandard.Classes.Criteria
Assembly: Coree.NETStandard.dll
Syntax
public enum CriteriaOperator
Fields
| Name | Description |
|---|---|
| And | Represents a logical AND operator that requires all combined criteria to be true. |
| Or | Represents a logical OR operator that requires at least one of the combined criteria to be true. |