I am building an in-memory DataSet from non-structured data.  I need
to JOIN and query data across tables.  DataTable has a .Select method
but DataSet does not.  I tried to use LINQ, but it gives me a
"Expression of the type 'System.Data.DataTable' is not queryable.
Make sure you are not missing an assembly reference and/or namespace
import for the LINQ provider.", and I cannot find anything missing.

What is the best way to SELECT across tables within a DataSet?

Thanks

VB-VS2010

-- 
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net

Reply via email to