Showing posts with label LinqPad. Show all posts
Showing posts with label LinqPad. Show all posts

Thursday, August 22, 2013

How to get results in LinqPad

I had to use dump:

var pd = Products.Select(p=>p);
pd.Dump();