C# 클래스 CacheAspect.DomainModel.NorthwindContext

상속: DbContext
파일 보기 프로젝트 열기: BernieCook/CacheAspect

공개 메소드들

메소드 설명
Commit ( ) : void
NorthwindContext ( string connectionString )
NorthwindContext ( ) : System

보호된 메소드들

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

메소드 상세

Commit() 공개 메소드

public Commit ( ) : void
리턴 void

NorthwindContext() 공개 메소드

public NorthwindContext ( string connectionString )
connectionString string

NorthwindContext() 공개 메소드

public NorthwindContext ( ) : System
리턴 System

OnModelCreating() 보호된 메소드

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