Contents

nsPredicate

The request’s predicate.

Declaration

@MainActor @preconcurrency var nsPredicate: NSPredicate? { get nonmutating set }

Discussion

Set this value to cause the associated SectionedFetchRequest to execute a fetch with a new predicate, producing an updated collection of results.

See Also

Configuring the associated sectioned fetch request