Is it possible in "Nhibernate" to print generated sql queries with real values instead of question marks?
How would you suggest to print queries with real values if its not possible with hibernate api? Using log4j or the .net debugger or others.
All I find is for java already using hibernate but nothing for nbibernate and c.