Welcome to Devintelligence.com Sign in | Join | Help

.Net Adventures

In .Net we trust
Your Cheap Web Hosting Solution


Browse by Tags

All Tags » LINQ   (RSS)
Sending the LINQ To SQL log to log4net
DataContext Log Property can be used to print generated SQL query or command in the console window as shown below:   db.Log = Console.Out; If you want to print the SQL query in DebugView or VS Output window you may use DebugWriter class(by Kris Vandermotten Read More...