self-tracking-entities and lazy loading
Is there a way to use lazy loading and self-tracking-entities while the context is open?
Will there be any开发者_Go百科 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.
精彩评论