We want to use Linq for SQL for the project. This is the first time we use Linq. Usually we use only stored procedure calls.
So far, everything is working fine, but the database administrator asks us if we can mark the created Linq SQL queries in the way that is displayed in Profiler.
I googled and searched for Stackoverflow, and I found various ways to register the generated SQL. But this is not exactly what I want. I think it would be ideal if I could insert a SQL comment into the generated SQL. Will this be visible in Profiler?
Thanks for any ideas!
source share