C# Class Affecto.IdentityManagement.Store.PostgreSql.PostgreDbContext

Inheritance: Affecto.IdentityManagement.Store.EntityFramework.DbContext
Mostrar archivo Open project: affecto/dotnet-IdentityManagement

Public Methods

Method Description
PostgreDbContext ( ) : System
PostgreDbContext ( string schemaName ) : System

Protected Methods

Method Description
FormatTableName ( string tableName ) : string
OnModelCreating ( DbModelBuilder modelBuilder ) : void
PostgreDbContext ( DbConnection connection ) : System

Method Details

FormatTableName() protected method

protected FormatTableName ( string tableName ) : string
tableName string
return string

OnModelCreating() protected method

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

PostgreDbContext() public method

public PostgreDbContext ( ) : System
return System

PostgreDbContext() protected method

protected PostgreDbContext ( DbConnection connection ) : System
connection System.Data.Common.DbConnection
return System

PostgreDbContext() public method

public PostgreDbContext ( string schemaName ) : System
schemaName string
return System