Entity Framework Core - Lazy Loading

前端 未结 7 390
野性不改
野性不改 2020-12-05 12:43

Bowing to my Visual Studios request, I started my latest project using Entity Framework Core (1.0.1)

So writing my database models as I always have using the \'virtu

相关标签:
7条回答
  • 2020-12-05 13:45

    Lazy load is planned to be in EF core 2.1 - you can read more on why it is a must-have feature - here.

    0 讨论(0)
提交回复
热议问题