Distinct from a Datatable?

  • Thread starter Thread starter Andy
  • Start date Start date
A

Andy

Is there a way to get distinct items from a datatable? I need
something similar to a SQL Query that would "SELECT DISTINCT column1
FROM DataTable" to get each value from column1 only one time each?
 
Back
Top