Gets and sets the filter associated with this expression.


The filter (of type IFilter) associated with this expression.

For the getter version, only records in the associated aggregate that satisfy
the returned filter contribute to the derived value
represented by this expression.
For the setter version, adding a filter to this expression causes only records that satisfy the filter to be taken into account by this aggregate.