Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What is explicit loading?
#2
Explicit loading is valid in EF 6 and EF Core both. Even with lazy loading disabled (in EF 6), it is still possible to lazily load related entities, but it must be done with an explicit call. Use the Load() method to load related entities explicitly.
Reply


Messages In This Thread
What is explicit loading? - by beingchinmay - 03-23-2017, 12:58 PM
RE: What is explicit loading? - by RH-Calvin - 07-15-2020, 11:59 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)