0
grinay created
Hi , I want to log SQL Queries, to examine what exactly my LINQ queries doing to understand how can i improve it. But i can't find how to enable logging it. Please help me.
1 Answer(s)
-
0
If you are using MSSQL, you can troubleshoot it with this approach
<a class="postlink" href="https://stackoverflow.com/a/51223949/6856176">https://stackoverflow.com/a/51223949/6856176</a>