Sql.Net Class Library Documentation

SelectQuery.GroupByWithRollup Property

Gets or sets the group by with rollup option for the query

public bool GroupByWithRollup {get; set;}

Remarks

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.

See Also

SelectQuery Class | Reeb.SqlOM Namespace