No, but this article could help you build one:
http://weblogs.sqlteam.com/davidm/ar...01/21/753.aspx
Essentially, you need to traverse all rows and choose only those that have
distinct column values you are looking for.
--
Manohar Kamath
Editor, .netWire
www.dotnetwire.com
"rodchar" <> wrote in message
news:2F17EFD8-F025-42B9-9DE3-...
> Hey all,
>
> Is there a way to get similar functionality as the SELECT DISTINCT records
> in a SQL Statement when selecting records from a dataset?
>
> thanks,
> rodchar