orderBys property

List<SortOrderParameter>? orderBys
getter/setter pair

The sort orders to use for the query.

This equates to the ORDER BY clause in SQL.

Implementation

core.List<SortOrderParameter>? orderBys;