C# Class BusinessLogic.Tests.IntegrationTests.EntityFramework6LazyLoadingTests

Afficher le fichier Open project: NemeStats/NemeStats

Private Methods

Méthode Description
EagerLoadTest ( ) : void
ItDoesNotLazyLoadIfYouDisableLazyLoadingBeforeExecutingAQuery ( ) : void
ItLazyLoadsByDefault ( ) : void
ItOnlyFetchesRelatedEntitiesThatAreNeeded ( ) : void
ItPullsObjectsFromMemoryIfTheyHaveAlreadyBeenLoaded ( ) : void