NHibernate Session.Flush() Sending Update Queries When No Update Has Occurred

前端 未结 3 1650
终归单人心
终归单人心 2021-02-01 14:59

I have an NHibernate session. In this session, I am performing exactly 1 operation, which is to run this code to get a list:

public IList GetCust         


        
3条回答
  •  不知归路
    2021-02-01 15:52

    I have seen this once before when one of my models was not mapped correctly (wasn't using nullable types correctly). May you please paste your model and mapping?

提交回复
热议问题