Is there a way you can view the result of a LINQ query in Visual Studio 2010? If you add the query as a watch expression it will say \"Expression cannot contain lambda expre
I'm not sure if this is what you mean (I may be misunderstanding) but I can see the results of my LINQ query by looking in the Locals window and expanding the Results view of my query variable.
Within that, I can expand ever further and see the data inside: