Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks the query to see whether there is a group by.
Syntax
client server public static boolean queryContainsGroupBy(Query query)
Run On
Called
Parameters
- query
Type: Query Class
The query to check.
Return Value
Type: boolean
true if the query has a group by; otherwise, false.