Enum BooleanType
- Namespace
- YndigoBlue.Velocity.Enums
- Assembly
- YndigoBlue.Velocity.dll
Specifies logical boolean operators for combining filter conditions.
public enum BooleanType
Fields
And = 1Logical AND operator. Both conditions must be true.
Or = 2Logical OR operator. At least one condition must be true.
Remarks
Used to combine multiple criteria in WHERE clauses and filter expressions. Determines how multiple conditions are logically evaluated together.