[BUG] EF-generated query results appear in SSMS but in LINQPad
I'm connected to my EF project, successfully tested the connection, ran a LINQ query in LINQPad with the success message, can run the generated SQL in SSMS and get 90 rows. But no results appear in the Results window of LINQPad when I execute the query there.
I want to buy this product but from my perspective it doesn't work.
Comments
Did you try adding Dump() to the end of the statement?