sort
根据sortOrder按特定属性名称对查询结果进行排序,默认为Sort.ASCENDING 。
Sorting is currently limited to character sets in 'Latin Basic', 'Latin Supplement', 'Latin Extended A', and 'Latin Extended B' (UTF-8 range 0-591). 对于其他字符集,排序不起作用。
参数
属性
要作为排序依据的属性名称。
抛出异常
如果属性名称不存在。
摘要 乐趣 sort(propertyAndSortOrder : Pair <字符串, Sort > , vararg additionalPropertiesAndOrders : Pair <字符串,排序>): RealmQuery<t>
根据属性对和排序顺序,按特定属性名称对查询结果进行排序。
Sorting is currently limited to character sets in 'Latin Basic', 'Latin Supplement', 'Latin Extended A', and 'Latin Extended B' (UTF-8 range 0-591). 对于其他字符集,排序不起作用。
参数
属性 和 排序 顺序
对,包含属性和排序依据。
抛出异常
如果属性名称不存在。