Hi,
Can any one please answer the exact LINQ to Dataset query for the below SQl query (i.e, With multiple group and multiple aggregating):
SELECT pe, orderpe, branch, count(qty), avg(overall), avg(resp), avg(relia), avg(assur), avg(emp)
FROM [table]
GROUP BY pe, orderpe, branch;