GetGroupBy method

Grouping? GetGroupBy()
Gets the group by clause.

Implementation

Grouping? GetGroupBy() {
  return null;
}