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

nsSortDescriptors

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

Declaration 宣言

var nsSortDescriptors: [NSSortDescriptor]

Discussion 議論

Set this configuration value to cause a FetchRequest to execute a fetch with a new collection of NSSortDescriptor instances. If you want to use SortDescriptor instances, set sortDescriptors instead.

Access this value of a FetchRequest.Configuration structure for a given request by using the nsSortDescriptors property on the associated FetchedResults instance, either directly or through a Binding.

See Also 参照

Setting Sort Descriptors