FilterOp Enumeration |
Namespace: NetQuarry
| Member name | Value | Description | |
|---|---|---|---|
| Unknown | 0 | Operation is unknown. | |
| Contains | 1 | Contains (::contains::) comparison. | |
| DoesNotContain | 2 | Does Not Contain (::doesnotcontain::) comparison. | |
| StartsWith | 3 | Starts With(::startswith::) comparison. | |
| SoundsLike | 4 | Sounds Like (::soundslike::) comparison. | |
| IsNull | 5 | Is Null (::null::) comparison. | |
| NotNull | 6 | Not Null (::notnull::) comparison. | |
| DoesNotStart | 7 | Does Not Start With (::doesnotstart::) comparison. | |
| Equals | 8 | Equals (=) comparison. | |
| DoesNotEqual | 9 | Not Equal (!=) comparison. | |
| GreaterThan | 10 | Greater Than (>) comparison. | |
| GreaterOrEqual | 11 | Greater Than Or Equal (>=) comparison. | |
| LessThan | 12 | Less Than (<) comparison. | |
| LessOrEqual | 13 | Less Than Or Equal (<=) comparison. | |
| Like | 14 | Like (::like::) comparison. | |
| NotLike | 15 | Not Like (::notlike::) comparison. | |
| FTS | 16 | Full-text-search. | |
| Length | 17 | String length comparison. | |
| Includes | 18 | This is the ::includes:: symbol used with BitFlags filtering, currently for obtaining text only and not for invoking a filtering operation. | |
| DoesNotInclude | 19 | This is the ::doesnotinclude:: symbol used with BitFlags filtering, currently for obtaining text only and not for invoking a filtering operation. | |
| And | 1001 | And (::and::) operator. | |
| Or | 1002 | Or (::or::) operator. | |
| Not | 1003 | Negation (::not::) operator. | |
| Between | 1004 | Between (::between::) operator used in conjunction with And. | |
| Null | 1005 | Null keyword currently used only when filtering fields with picklists for null values together with other non-null values. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.