Defines the types of comparison operators available against Text fields.
Namespace: kCura.Relativity.Client
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
EqualTo | 0 | Equal To Condition | |
Like | 1 | Like Condition | |
IsSet | 2 | Is Set Condition | |
StartsWith | 3 | Starts With Condition | |
EndsWith | 4 | Ends With Condition | |
In | 5 | In Condition | |
IsLessThan | 6 | Is Less Than Condition | |
IsGreaterThan | 7 | Is Greater Than Condition | |
Contains | 8 | Contains Condition | |
LuceneSearch | 9 | Lucene Search Condition | |
IsLessThanOrEqualTo | 10 | Is Less Than Or Equal To Condition | |
IsGreaterThanOrEqualTo | 11 | Is Greater Than Or Equal To Condition |
See Also