C# Class Affecto.EntityFramework.PostgreSql.PostgreSqlDbContext

Inheritance: DbContext
Datei anzeigen Open project: affecto/dotnet-EntityFramework.PostgreSql

Protected Methods

Method Description
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

Private Methods

Method Description
SetInstanceVariables ( string defaultSchema, bool useLowerCasePropertyNames ) : void

Method Details

OnModelCreating() protected method

protected OnModelCreating ( DbModelBuilder modelBuilder ) : void
modelBuilder DbModelBuilder
return void

PostgreSqlDbContext() protected method

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

PostgreSqlDbContext() protected method

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

PostgreSqlDbContext() protected method

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
return System.Data.Common

PostgreSqlDbContext() protected method

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

PostgreSqlDbContext() protected method

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

PostgreSqlDbContext() protected method

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

PostgreSqlDbContext() protected method

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