Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- IGroupByCollection groupingClause = new GroupByCollection();
- groupingClause.Add(EmployeePositionFields.ID);
- groupingClause.Add(EmployeePositionFields.Name);
- groupingClause.HavingClause = new
- PredicateExpression(
- EmployeePositionFields.ID.SetAggregateFunction(AggregateFunction.Count) > 0);
Advertisement
Add Comment
Please, Sign In to add comment