var nsPredicate : NSPredicate?
The request’s predicate.
var nsSortDescriptors : [NSSortDescriptor ]
The request’s sort descriptors, accessed as reference types.
Availability 有効性
Technology
var sortDescriptors: [SortDescriptor
<Result>] { get nonmutating set }
Result
inherits NSManagedObject
.
Result
がNSManagedObject
を継承する場合に利用可能です。
Set this value to cause the associated Fetch
to execute a fetch with a new collection of Sort
instances. The order of entities stored in the results collection may change as a result.
If you want to use NSSort
instances, set ns
instead.
var nsPredicate : NSPredicate?
var nsSortDescriptors : [NSSortDescriptor ]