How to Loop the data row?

Hi there @1vivek12,
Please see the following:

dtMyDataTable = dtMyDataTable.AsEnumerable().GroupBy(Function(i) i.Field(Of String)("Carrier")).Select(Function(g) g.First).CopyToDataTable

Thanks,
Josh