DataTable.select method

D

doug

I would like to do a select distinct on a fieldname in a
dataset. Is this possible using the DataTable.Select
Method?

If so do you have an example?

I can use the method to do things like this.... very
easily, but can't find a way to select distinct.

Dim dr As DataRow() = ds.Tables(0).Select("fieldname
= 'value' ")

Thanks
 

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

Top