Gets or sets the operator used when comparing the FilterExpression to the FilterValues.
Visual Basic (Declaration) | |
---|---|
Public Property Operator As FilterOperator |
C# | |
---|---|
public FilterOperator Operator {get; set;} |
Property Value
A FilterOperator enumeration of the operator used when comparing the FilterExpression to the FilterValues.
Top and Bottom operators include ties in the resulting data.
String comparisons are locale-dependent.
Null equals Null.