How to get output as unique rows by comparing two columns using LINQ query

we can use:

  • remove duplicate rows activity
  • dtResult = dtOrig.DefaultView.ToTable(True)

When there is something special, that we only can handle with a LINQ then we would use a groupby strategy

1 Like