Skip to content

boatcoder/LazyLoadingFailureEFCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Why doesn't lazy loading work?

##Before Clearing LazyLoadingEnabled=True:

-------
ParticipantList 'I'm a P List' Id=1
        1: [email protected]
        2: [email protected]
-------

Clearing Change Tracker
via LazyLoading LazyLoadingEnabled=True
-------
ParticipantList 'I'm a P List' Id=1
:-(
-------

After Also selecting emails from DB LazyLoadingEnabled=True
-------
ParticipantList 'I'm a P List' Id=1
:-(
-------

Clearing Change Tracker
via Include LazyLoadingEnabled=True
-------
ParticipantList 'I'm a P List' Id=1
        1: [email protected]
        2: [email protected]
-------

About

Demonstrates how LazyLoading is just not working.....

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages