ComparisonOperator Enumeration |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Member name | Value | Description | |
---|---|---|---|
Equal | 0 | == . The only operator useful for boolean (bit) Fields. | |
LessEqual | 1 | <= | |
LesserThan | 2 | < | |
GreaterEqual | 3 | >= | |
GreaterThan | 4 | > | |
NotEqual | 5 | <> or != | |
None | 6 | No comparison specified. Used when there's nothing to compare with, the field is the value to use as predicate. |
(c)2002-2019 Solutions Design bv