Property Op
Op
The operator used to compare the field to the filter value. Supports CONTAINS
(only on the Name
field), EQ
(Equal), NE
(Not Equal), LT
(Less Than), LE
(Less Than or Equal), GT
(Greater Than), and GE
(Greater Than or Equal).
Declaration
[Preserve]
public QueryFilter.OpOptions Op { get; }
Property Value
Type | Description |
---|---|
QueryFilter.OpOptions |