C# 클래스 TReportsProviderSampleEntityFramework.ContextSample

상속: DbContext
파일 보기 프로젝트 열기: totvs/treports-provider-sample

공개 메소드들

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

보호된 메소드들

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

메소드 상세

ContextSample() 공개 메소드

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

OnModelCreating() 보호된 메소드

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