在NHibernate Profiler发布之前,我正在解析log4net生成的日志。今天我使用NHibernate Profiler,但是还有哪些工具/技术可以让开发人员查看nhibernate生成的动态SQL?
答案 0 :(得分:3)
Sql profiler,但NHibernate profiler是最好的工具。
答案 1 :(得分:3)
点击此链接:http://szahariev.blogspot.com/2010/01/nhibernate-display-executed-sql-at.html
我从未尝试过,因为我们购买了NHProf,但我认为它与配置文件中的IsDevelopment标志配对时有潜力。