C# 클래스 DAL.BOTContext

상속: DAL.DbContext
파일 보기 프로젝트 열기: kulish-alina/HR_Project

공개 메소드들

메소드 설명
BOTContext ( ) : System
BOTContext ( string connectionString ) : System
Delete ( ) : bool
SaveChanges ( ) : int

보호된 메소드들

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

비공개 메소드들

메소드 설명
GetEntitySet ( Type type ) : System.Data.Entity.Core.Metadata.Edm.EntitySetBase
GetPrimaryKeyName ( Type type ) : string
GetTableName ( Type type ) : string
SoftDelete ( DbEntityEntry entry ) : void

메소드 상세

BOTContext() 공개 메소드

public BOTContext ( ) : System
리턴 System

BOTContext() 공개 메소드

public BOTContext ( string connectionString ) : System
connectionString string
리턴 System

Delete() 공개 메소드

public Delete ( ) : bool
리턴 bool

OnModelCreating() 보호된 메소드

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

SaveChanges() 공개 메소드

public SaveChanges ( ) : int
리턴 int