predicate
The predicate used to filter query results.
Declaration
@NSCopying var predicate: NSPredicate? { get set }Discussion
Setting this property while a query is running stops the query and discards the current results. The receiver immediately starts a new query.