LINQ group by 3 columns but display all of them

we can do:

  • using remove duplicate row activity
  • YourDataTableVar.DefaultView.ToTable(True, {ColNameFirst,ColNameLast})
  • LINQ

Also have a look here:

1 Like