C# 클래스 Microsoft.EntityFrameworkCore.CrossStoreFixture

파일 보기 프로젝트 열기: MyPrivateAccount/XYHOutSource 1 사용 예제들

공개 메소드들

메소드 설명
CreateContext ( Microsoft.EntityFrameworkCore.TestStore testStore ) : CrossStoreContext
CreateTestStore ( Type testStoreType ) : Microsoft.EntityFrameworkCore.TestStore

메소드 상세

CreateContext() 공개 추상적인 메소드

public abstract CreateContext ( Microsoft.EntityFrameworkCore.TestStore testStore ) : CrossStoreContext
testStore Microsoft.EntityFrameworkCore.TestStore
리턴 CrossStoreContext

CreateTestStore() 공개 추상적인 메소드

public abstract CreateTestStore ( Type testStoreType ) : Microsoft.EntityFrameworkCore.TestStore
testStoreType Type
리턴 Microsoft.EntityFrameworkCore.TestStore