1

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.

Ladislav Mrnka
  • 360,892
  • 59
  • 660
  • 670
yonexbat
  • 2,902
  • 2
  • 32
  • 43

1 Answers1

3

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.

Ladislav Mrnka
  • 360,892
  • 59
  • 660
  • 670