Translating NHibernate LINQ query to SQL by @gpeipman gunnarpeipman.com
When working with stateless sessions in NHibernate we need some way to see generated SQL but we cannot use simple tricks as custom NHibernate interceptor to log SQL queries. As I’m using mostly NHibernate LINQ these days I was interested in how to get SQL out from LINQ query without actually executing it.
Report Story
Leave Your Comment