The FilterCondition enumeration contains conditions, by which the data is selected.
It is used by the following property:
Value | Brief description |
0 | Equal. Equal to A. |
1 | NotEqual. Not equal to A. |
2 | More. Greater than A. |
3 | MoreEqual. Greater or equal to A. |
4 | Less. Less than A. |
5 | LessEqual. Less or equal to A. |
6 | BeginWith. Begin with A. |
7 | NotBeginWith. Not begin with A. |
8 | EndFor. End with A. |
9 | NotEndFor. Nor end with A. |
10 | Contains. Contain A. |
11 | NotContains. Not contain A. |
See also: