How to log SQL calls with NHibernate to the console of Visual Studio?

前端 未结 5 1124
小蘑菇
小蘑菇 2020-12-02 11:21

I have the following configuration file for NHibernate:




        
5条回答
  •  执笔经年
    2020-12-02 12:07

    show_sql outputs to Console.Out - it's most useful when running integration tests

提交回复
热议问题