Contents

predicate

A predicate that limits the results returned by the query.

Declaration

var predicate: NSPredicate?

Discussion

If this property is nil, the query returns all records of the specified type.

See Also

Accessing Query Properties