orderBys property
The sort orders to use for the query.
This equates to the ORDER BY clause in SQL.
Implementation
core.List<SortOrderParameter>? orderBys;
The sort orders to use for the query.
This equates to the ORDER BY clause in SQL.
core.List<SortOrderParameter>? orderBys;