ConditionOperator
Defines the types of comparison operators available against Criteria Conditions.
AllOfThese = 1
All of These condition
AnyOfThese = 2
Any of These condition
Contains = 3
Contains condition
EndsWith = 15
Ends With condition
GreaterThan = 4
Is greater than condition
Greater than or Equal to condition
In = 6
In condition
Is = 7
Is condition
IsLike = 8
Is Like condition
IsLoggedInUser = 9
Is Logged in User condition
IsSet = 10
Is Set condition
LessThan = 11
Is less than condition
LessThanOrEqualTo = 12
Less than or Equal to condition
LuceneSearch = 13
Lucene Search Condition
StartsWith = 14
Starts With Condition
Unknown = 0
Unknown operator.