Gets or sets the group by with rollup option for the query
GroupByWithRollup property is only relevant for queries which perform group by and have aggregation columns. When GroupByWithRollup is true the result set will include additional rows with sub total information. Consult SQL documentation for more details.
SelectQuery Class | Reeb.SqlOM Namespace