CKQuery.SortDescriptors Property
Definition
Gets or sets the sorting behavior.
[get: Foundation.Export("sortDescriptors", ObjCRuntime.ArgumentSemantic.Copy)]
[set: Foundation.Export("setSortDescriptors:", ObjCRuntime.ArgumentSemantic.Copy)]
public virtual Foundation.NSSortDescriptor[] SortDescriptors { get; set; }
member this.SortDescriptors : Foundation.NSSortDescriptor[] with get, set
Property Value
Sorts are applied in array order.
This value can be null
.
- Attributes