Adds a GROUP BY clause to the query using the FieldName. If you want to order the data by two columns you will need to call this method twice.
VB.NET
emps.Query.AddOrderBy("ExampleColumn")
C# emps.Query.AddOrderBy("ExampleColumn");
DynamicQuery Class | NCI.EasyObjects Namespace | DynamicQuery.AddGroupBy Overload List