DISTINCT in DataTable

  • Thread starter Thread starter MeDhanush
  • Start date Start date
M

MeDhanush

can I apply T-SQL's DISTINCT keyword on rows in DataTable.
I'm trying to retrieve distinct rows from DataTable type.
(I guess this should be do-able, since DataSet and it's family are considered
to be mini-database.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top