EasyObjects.NET Programmers Reference

DynamicQuery.WithRollup Property

If true, add WITH ROLLUP to the GROUP BY clause.

Note   This may not be support for all database providers

public bool WithRollup {get; set;}

Example

prds.Query.WithRollup = true;

See Also

DynamicQuery Class | NCI.EasyObjects Namespace