C# Class strICT.InFlow.Db.DataContexts.InFlowDb

Inheritance: DbContext
Afficher le fichier Open project: InFlowBPM/InFlow-BPMS Class Usage Examples

Méthodes publiques

Méthode Description
InFlowDb ( ) : strICT.InFlow.Db.Contracts.InFlow
InFlowDb ( string connString ) : strICT.InFlow.Db.Contracts.InFlow

Méthodes protégées

Méthode Description
OnModelCreating ( DbModelBuilder modelBuilder ) : void

Method Details

InFlowDb() public méthode

public InFlowDb ( ) : strICT.InFlow.Db.Contracts.InFlow
Résultat strICT.InFlow.Db.Contracts.InFlow

InFlowDb() public méthode

public InFlowDb ( string connString ) : strICT.InFlow.Db.Contracts.InFlow
connString string
Résultat strICT.InFlow.Db.Contracts.InFlow

OnModelCreating() protected méthode

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