C# 클래스 Affecto.EntityFramework.PostgreSql.PostgreSqlDbContext

상속: DbContext
파일 보기 프로젝트 열기: affecto/dotnet-EntityFramework.PostgreSql

보호된 메소드들

메소드 설명
OnModelCreating ( DbModelBuilder modelBuilder ) : void
PostgreSqlDbContext ( string defaultSchema, bool useLowerCasePropertyNames ) : System.Data.Common
PostgreSqlDbContext ( string defaultSchema, bool useLowerCasePropertyNames, DbCompiledModel model ) : System.Data.Common
PostgreSqlDbContext ( string defaultSchema, bool useLowerCasePropertyNames, DbConnection existingConnection, DbCompiledModel model, bool contextOwnsConnection ) : System.Data.Common
PostgreSqlDbContext ( string defaultSchema, bool useLowerCasePropertyNames, DbConnection existingConnection, bool contextOwnsConnection ) : System.Data.Common
PostgreSqlDbContext ( string defaultSchema, bool useLowerCasePropertyNames, ObjectContext objectContext, bool dbContextOwnsObjectContext ) : System.Data.Common
PostgreSqlDbContext ( string defaultSchema, bool useLowerCasePropertyNames, string nameOrConnectionString ) : System.Data.Common
PostgreSqlDbContext ( string defaultSchema, bool useLowerCasePropertyNames, string nameOrConnectionString, DbCompiledModel model ) : System.Data.Common

비공개 메소드들

메소드 설명
SetInstanceVariables ( string defaultSchema, bool useLowerCasePropertyNames ) : void

메소드 상세

OnModelCreating() 보호된 메소드

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

PostgreSqlDbContext() 보호된 메소드

protected PostgreSqlDbContext ( string defaultSchema, bool useLowerCasePropertyNames ) : System.Data.Common
defaultSchema string
useLowerCasePropertyNames bool
리턴 System.Data.Common

PostgreSqlDbContext() 보호된 메소드

protected PostgreSqlDbContext ( string defaultSchema, bool useLowerCasePropertyNames, DbCompiledModel model ) : System.Data.Common
defaultSchema string
useLowerCasePropertyNames bool
model DbCompiledModel
리턴 System.Data.Common

PostgreSqlDbContext() 보호된 메소드

protected PostgreSqlDbContext ( string defaultSchema, bool useLowerCasePropertyNames, DbConnection existingConnection, DbCompiledModel model, bool contextOwnsConnection ) : System.Data.Common
defaultSchema string
useLowerCasePropertyNames bool
existingConnection System.Data.Common.DbConnection
model DbCompiledModel
contextOwnsConnection bool
리턴 System.Data.Common

PostgreSqlDbContext() 보호된 메소드

protected PostgreSqlDbContext ( string defaultSchema, bool useLowerCasePropertyNames, DbConnection existingConnection, bool contextOwnsConnection ) : System.Data.Common
defaultSchema string
useLowerCasePropertyNames bool
existingConnection System.Data.Common.DbConnection
contextOwnsConnection bool
리턴 System.Data.Common

PostgreSqlDbContext() 보호된 메소드

protected PostgreSqlDbContext ( string defaultSchema, bool useLowerCasePropertyNames, ObjectContext objectContext, bool dbContextOwnsObjectContext ) : System.Data.Common
defaultSchema string
useLowerCasePropertyNames bool
objectContext ObjectContext
dbContextOwnsObjectContext bool
리턴 System.Data.Common

PostgreSqlDbContext() 보호된 메소드

protected PostgreSqlDbContext ( string defaultSchema, bool useLowerCasePropertyNames, string nameOrConnectionString ) : System.Data.Common
defaultSchema string
useLowerCasePropertyNames bool
nameOrConnectionString string
리턴 System.Data.Common

PostgreSqlDbContext() 보호된 메소드

protected PostgreSqlDbContext ( string defaultSchema, bool useLowerCasePropertyNames, string nameOrConnectionString, DbCompiledModel model ) : System.Data.Common
defaultSchema string
useLowerCasePropertyNames bool
nameOrConnectionString string
model DbCompiledModel
리턴 System.Data.Common