InventDim::queryGetSortAndGroupByFields Method
Gets the list of fields being sorted and grouped by in the specified query.
Syntax
client server private static List queryGetSortAndGroupByFields(Query _query, boolean _includeGroupByFields)
Run On
ClientOrServer
Parameters
- _query
Type: Query Class
The query to examine.
- _includeGroupByFields
Type: boolean
true if GroupByFields at the query level should be examined too.
Return Value
Type: List Class
A list of field IDs.