reset or clear sql translation output tab
Just adding this for documentation incase anyone else is looking - I couldn't figure out in LINQPad how to reset the SQL output.
After running several times, with each run adding its SQL to the output it can get hard to follow.
I searched the forum to see if there is a way to reset the SQL output window with no lock.
I eventually stumbled on Shift-F5 which does the trick.
Comments
no luck
It sounds like the results are not being cleared between executions. It's not designed to work this way; can you isolate what might be causing this behavior? What kind of connection are you using? Presumably you don't get a problem with standard LINQ-to-SQL or EF Core connections?