predicate property

Expression<bool> predicate
final

The expression that determines whether a given row should be included in the result.

Implementation

final Expression<bool> predicate;