Need a help on Group By

(From d in dtData.AsEnumerable
Group d by k1=d(YourColNameOrIndex).toString.Trim, k2=d(YourColNameOrIndex).toString.Trim intogrp=Group
Select r = grp.First()).CopyToDataTable
1 Like