I开发者_StackOverflow've got a DataSet created by the xsd.exe tool to import some xml files, and need to denormalize the data within for display purposes. Instead of writing linq to dataset queries by hand is there any way I can access the tables within a query builder wizard?
I haven't used it myself, but you could take a look at Microsoft's Visual LINQ Query Builder. It's a plugin for VS 2008 (not Express) and supports C# and VB.NET only.
精彩评论