Instance Property インスタンスプロパティ

sortDescriptors

The request’s sort descriptors, accessed as value types.

Declaration 宣言

var sortDescriptors: [SortDescriptor<Result>] { get nonmutating set }
Available when Result inherits NSManagedObject. ResultNSManagedObjectを継承する場合に利用可能です。

Discussion 議論

Set this value to cause the associated FetchRequest to execute a fetch with a new collection of SortDescriptor instances. The order of entities stored in the results collection may change as a result.

If you want to use NSSortDescriptor instances, set nsSortDescriptors instead.

See Also 参照

Configuring the Associated Fetch Request