21 Jun 2012

Getting distinct rows from datatable in .net 2.0


Dim dt As DataTable = readCODates()
Dim distinctValues As DataTable = dt.DefaultView.ToTable(True, "Date")

No comments:

Post a Comment