CKQuery.SortDescriptors Property

Definition

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

Applies to