Is there a way to use lazy loading and self-tracking-entities while the context is open?
Will there be any issues and what do I have to consider?
Thanks a lot for your aswer in advance.
Is there a way to use lazy loading and self-tracking-entities while the context is open?
Will there be any issues and what do I have to consider?
Thanks a lot for your aswer in advance.
Lazy loading is not supported with STEs at all because lazy loading demands dynamic proxy created over entity but STEs are not proxied by design - check additional notes in summary or MSDN question.