ComparisonType Fields |
The ComparisonType type exposes the following members.
| Name | Description | |
|---|---|---|
| Contains |
Searches for value within a string
| |
| EndsWith |
Checks whether a string ends with the specified value
| |
| Equals |
The equals
| |
| GreaterThan |
The greater than
| |
| GreaterThanOrEqual |
The greater than or equal
| |
| In |
The In type supports multiple occurrences which are evaluated as an OR
| |
| LessThan |
The less than
| |
| LessThanOrEqual |
The less than or equal
| |
| Like |
The like pattern based matching
| |
| StartsWith |
Checks whether a string starts with the specified value
| |
| Unknown |
Unknown comparison. This would throw exception if it is actually used for filtering
| |
| value__ |