SysCue::queryContainsGroupBy Method
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.