Unique Value from a DataTable/DataSet

  • Thread starter Thread starter Nevyn Twyll
  • Start date Start date
N

Nevyn Twyll

If I'm working on C#/VB for ASP.NET, is there an easy way to get a list of
UNIQUE values from a particular column.

For example, I have a list of books, and I want to get a unique list of the
AuthorCode column for some other work, without going to the database. Is
there a way I can do that with the DataTable or Dataset, or do I just need
to code it manually?

Thx.
 
Back
Top