Operator
The way to compare the values against the condition's values.
All = 0
The result must have all values to be returned.
BeginsWith = 1
The result must begin with the value passed in.
Contains = 2
The result must contain the value in the full text index.
EndsWith = 3
The result must end with the value passed in.
EqualTo = 4
The result must equal the value passed in.
GreaterThan = 6
The result must be greater than the value passed in.
The result must be greater than or equal the value passed in.
In = 5
The result must equal one of the values passed in.
LessThan = 8
The result must be less than the value passed in.
The result must be less than or equal the value passed in.
Like = 10
The result must contain the value somewhere in the field.