-
Notifications
You must be signed in to change notification settings - Fork 933
-
On some of my entities, when i do a session.QueryOver<MyEntity>().List()
, i only get a list of MyEntityProxies.
Has anybody an idea how this can happen?
When i access some property of MyTask, i would expect that it could be a proxy because of lazy loading. But not MyEntity itself?
Edit:
I use NHibernate 5.4.3 (.NET Framework 4.8) and FluentNHibernate 3.2.1
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment