I want to remove duplicate rows from a datatable if a particular column1 value is duplicate in other rows.
dtOutput=dtOutput.DefaultView.ToTable(True,“column1”)
when I try this it removes all the columns as well, but I need the rest of the columns.