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

Inheritance: Affecto.IdentityManagement.Store.EntityFramework.DbContext
Afficher le fichier Open project: affecto/dotnet-IdentityManagement

Méthodes publiques

Méthode Description
PostgreDbContext ( ) : System
PostgreDbContext ( string schemaName ) : System

Méthodes protégées

Méthode Description
FormatTableName ( string tableName ) : string
OnModelCreating ( DbModelBuilder modelBuilder ) : void
PostgreDbContext ( DbConnection connection ) : System

Method Details

FormatTableName() protected méthode

protected FormatTableName ( string tableName ) : string
tableName string
Résultat string

OnModelCreating() protected méthode

protected OnModelCreating ( DbModelBuilder modelBuilder ) : void
modelBuilder DbModelBuilder
Résultat void

PostgreDbContext() public méthode

public PostgreDbContext ( ) : System
Résultat System

PostgreDbContext() protected méthode

protected PostgreDbContext ( DbConnection connection ) : System
connection System.Data.Common.DbConnection
Résultat System

PostgreDbContext() public méthode

public PostgreDbContext ( string schemaName ) : System
schemaName string
Résultat System