C# 클래스 ScottBrady91.BlogExampleCode.EntityFrameworkCoreInMemoryTesting.TestDbContext

상속: DbContext
파일 보기 프로젝트 열기: scottbrady91/Blog-Example-Classes 1 사용 예제들

공개 메소드들

메소드 설명
TestDbContext ( DbContextOptions options ) : Microsoft.EntityFrameworkCore

보호된 메소드들

메소드 설명
OnModelCreating ( ModelBuilder modelBuilder ) : void

메소드 상세

OnModelCreating() 보호된 메소드

protected OnModelCreating ( ModelBuilder modelBuilder ) : void
modelBuilder ModelBuilder
리턴 void

TestDbContext() 공개 메소드

public TestDbContext ( DbContextOptions options ) : Microsoft.EntityFrameworkCore
options DbContextOptions
리턴 Microsoft.EntityFrameworkCore