C# Class EventCentric.Persistence.SqlServer.EventStoreDbContext

Inheritance: OptimizedDbContext, IEventStoreDbContext
Afficher le fichier Open project: Narvalex/EventCentric

Méthodes publiques

Méthode Description
EventStoreDbContext ( bool isReadOnly, string connectionString ) : System.Data.Entity
EventStoreDbContext ( string connectionString ) : System.Data.Entity

Méthodes protégées

Méthode Description
OnModelCreating ( DbModelBuilder modelBuilder ) : void

Method Details

EventStoreDbContext() public méthode

public EventStoreDbContext ( bool isReadOnly, string connectionString ) : System.Data.Entity
isReadOnly bool
connectionString string
Résultat System.Data.Entity

EventStoreDbContext() public méthode

public EventStoreDbContext ( string connectionString ) : System.Data.Entity
connectionString string
Résultat System.Data.Entity

OnModelCreating() protected méthode

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