Operator property: SearchFilter class

Description

Use this property to set or return the operator for the filter as a string. Depending on the type of the search attribute, the following operators can be used:

Operator String Number Date

equals

X

X

X

notequals*

X

X

X

contains

X

   

greaterthan

 

X

X

greaterthanequals

 

X

X

lessthan

 

X

X

lessthanequals

 

X

X

* The notequals operator can be used when EnableExtendedFilterOperators property is set to true.

This property is read/write.