C# Class BusinessLogic.Tests.IntegrationTests.EntityFramework6LazyLoadingTests

ファイルを表示 Open project: NemeStats/NemeStats

Private Methods

Method Description
EagerLoadTest ( ) : void
ItDoesNotLazyLoadIfYouDisableLazyLoadingBeforeExecutingAQuery ( ) : void
ItLazyLoadsByDefault ( ) : void
ItOnlyFetchesRelatedEntitiesThatAreNeeded ( ) : void
ItPullsObjectsFromMemoryIfTheyHaveAlreadyBeenLoaded ( ) : void