filter property

FilterPredicate? filter
getter/setter pair

The filter to use for the query.

This equates to the WHERE clause in SQL.

Implementation

FilterPredicate? filter;