Lambda tab empty on simple query
I can see the lambda tab populated after executing LINQ to SQL queries. But it remains empty after executing a query such as "A simple query expression" in "LINQPad 5 minute induction". Shouldn't it display the query in method syntax in this case as well?
Comments
IQueryable
extensions to get the lambda tab to work. I.e. add.AsQueryable()
to the end of thein
clause.