self-tracking-entities and lazy loading

筅森魡賤 提交于 2019-12-02 13:55:22

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/6571954/self-tracking-entities-and-lazy-loading

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!