The Filter type exposes the following members.
Properties
|
| Name | Description |
|---|
 | Expression | |
 | Operator | |
 | Value |
If the Value starts with the equal (=) sign, it will be evaluated as an expression
otherwise - as string value. For ex. if the value is 7 it is interpreted as
the string "7"; To compare a numeric expression with the number 7, use the
expression syntax which begins with the equal sign: =7.
|
See Also