NHibernate.StaleStateException : Unexpected row count: 0; expected: 1

后端 未结 3 927
醉梦人生
醉梦人生 2021-01-02 04:54

Hl Guys,

I am busy writing a backend administrative program for a system that exists. I have selected NHibernate for my data access solution and am fairly new to it.

3条回答
  •  再見小時候
    2021-01-02 05:46

    I'm pretty sure you'll need to add a property to your MeetingAdministrator class to have this working propertly. See this article for further discussion.

提交回复
热议问题