[]
The comparation methods while searching the column.
public enum MatchCompareEnum
| Name | Description |
|---|---|
| Equal | Used to search for strings, numbers and dates that are equal to the stated value. |
| GreaterThan | Used to search for strings, numbers and dates that are greater than the stated value. |
| GreaterThanOrEqual | Used to search for strings, numbers and dates that are greater than or equal to the stated value. |
| IncludeEqual | Used to match a string inside another string. |
| LessThan | Used to search for strings, numbers and dates that are less than the stated value. |
| LessThanOrEqual | Used to search for strings, numbers and dates that are less than or equal to the stated value. |
| PartiallyEqual | The PartiallyEqual is the default mode, which is the same as incremental search |