PBARuleOprSimple Enumeration
Help Text: Select an operator for the current line
Style: ComboBox
Values
Name | Value | Description |
---|---|---|
empty | 0 | |
equal | 1 | = |
NotEqual | 2 | != |
Less | 3 | < |
more | 4 | > |
LessEqual | 5 | <= |
MoreEqual | 6 | >= |
compareLike | 7 | Like |