Thanks in advance.
--
You received this message because you are subscribed to the Google Groups "LINQBridge" group.
To post to this group, send email to linqb...@googlegroups.com.
To unsubscribe from this group, send email to linqbridge+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/linqbridge?hl=en.
Thanks, Atif. Trying to backport a 3.5 application so it will run on FW 2.0. But, after a quick review of morelinq, I'm confused. Does this/will this provide the AsEnumerable method required to do a LINQ query against an Ado.Net dataset? If not, is there some strategy that I could use to allow linqbridge to query these tables? Thanks in advance. --- On Mon, 1/18/10, Atif Aziz <aziz...@gmail.com> wrote: |
Does this/will this provide the AsEnumerable method required to do a LINQ query against an Ado.Net dataset?
How can I implement the AsEnumerable() and CopyToDataTable() extension
methods? Or is there a way I can structure my query so as to not need
them?