Hi want to remove duplicates based on a column name but only need to remove value from specific row ( where component is TRS).
Currently using this but its not giving me the outcome I want
out_FeesDataTable.AsEnumerable().GroupBy(Function(r) r.Field(Of String)(“Combined Start Date”)).Select(Function(s) s.First()).CopyToDataTable
Input
Thanks in advance