Options
Linq query not returning the generated SQL results in entity framework object context connection
I'm using LINQPad 5 with IBM.Data.DB2 and could not see the 'Sql', though the results, Lambda, IL and tree look good.
Comments
Does LINQPad 6 support previewing of a generated SQL query for EF Core (v3.1) for MSSQL and PostgreSQL?
You should be able to see the generated SQL in the SQL tab. Is it behaving differently for you? If so, can you provide a screenshot of your connection dialog?
Yes, I can see generated SQL for Postgres. Thank you.