CKQuery.SortDescriptors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the sorting behavior.
public virtual Foundation.NSSortDescriptor[] SortDescriptors { [Foundation.Export("sortDescriptors", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setSortDescriptors:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.SortDescriptors : Foundation.NSSortDescriptor[] with get, set
Property Value
Sorts are applied in array order.
This value can be null
.
- Attributes