How about this following expression?
dataTable = dtinput.AsEnumerable()
.GroupBy(Function(i) i.Field(Of String)(“columnWithDuplic”))
.Select(Function(g) g.First)
.CopyToDataTable
Regards
Gokul
How about this following expression?
dataTable = dtinput.AsEnumerable()
.GroupBy(Function(i) i.Field(Of String)(“columnWithDuplic”))
.Select(Function(g) g.First)
.CopyToDataTable
Regards
Gokul