C# Класс Affecto.EntityFramework.PostgreSql.PostgreSqlDbContext

Наследование: DbContext
Показать файл Открыть проект

Защищенные методы

Метод Описание
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