var nsPredicate : NSPredicate?
The request’s predicate.
var sortDescriptors : [SortDescriptor <Result>]
The request’s sort descriptors, accessed as value types.
Available when
SectionIdentifier
conforms to Hashable
and Result
inherits NSManagedObject
.var sectionIdentifier : KeyPath <Result, SectionIdentifier >
The key path that the system uses to group fetched results into sections.
struct Section
A collection of fetched results that share a specified identifier.