您还可以使用SOQL查询来统计满足查询条件的记录数量并可以对结果进行特定的排序。
You can also use SOQL queries to count the number of records that meet a search criterion and sort the results in a specific order.
我猜想,在UML的将来版本中,我们将会看到使用UML约束表示法(如“{condition}”)记录的条件。
I suspect in future versions of the UML, we will see conditions documented using the UML constraint notation such as "{condition}".
如果同时使用比较器和过滤器,那么将会按照排序顺序返回满足搜索条件的记录。
If you apply both a comparator and a filter, records that match the search criteria will be returned in sorted order.
应用推荐