BankReconciliationMatchOperatorType Enumeration
Help Text: The operator used to compose the criteria
Style: ComboBox
Values
Name | Value | Description |
---|---|---|
Equals | 0 | = |
NotEqual | 1 | <> |
GreaterThan | 2 | > |
GreaterThanOrEquals | 3 | >= |
LessThan | 4 | < |
LessThanOrEquals | 5 | <= |
Contains | 6 | Contains |
BeginWith | 7 | Begin With |
EndWith | 8 | End With |