Grouping and sum with Datatable Using IEnumerable 1 min read C# Grouping and sum with Datatable Using IEnumerable Mahesh Javiya 13 years ago Use for Groupping and sum with datatble Pass Datatable as dttemp var query = from r in dttemp.AsEnumerable() group r by new { StyleDetail_COLOR_NAME =... Read More