Click here to Skip to main content
15,885,216 members
Articles / Programming Languages / SQL
Alternative
Tip/Trick

See the SQL Generated by LINQ

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
18 Jul 2011CPOL 7K  
If you are the type that likes to debug production code, you can use SQL Profiler to find queries generated by your LINQ statements. This is a technique I recently used because it was so simple and did not require me to recompile anything.Note that StefanHam already posted this alternate...
If you are the type that likes to debug production code, you can use SQL Profiler to find queries generated by your LINQ statements. This is a technique I recently used because it was so simple and did not require me to recompile anything.

Note that StefanHam already posted this alternate (i.e., to use SQL Profiler), but it was deleted. If you delete my alternate, please leave a comment first.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States

  • Managing Your JavaScript Library in ASP.NET (if you work with ASP.net and you don't read that, you are dead to me).
  • Graduated summa cum laude with a BS in Computer Science.
  • Wrote some articles and some tips.
  • DDR ("New high score? What does that mean? Did I break it?"), ping pong, and volleyball enthusiast.
  • Software I have donated to (you should too):

Comments and Discussions

 
-- There are no messages in this forum --