var sortDescriptors : [SortDescriptor <Result>]
The request’s sort descriptors, accessed as value types.
Available when
SectionIdentifier
conforms to Hashable
and Result
inherits NSManagedObject
.var nsSortDescriptors : [NSSortDescriptor ]
The request’s sort descriptors, accessed as reference types.
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.