C# Class EventCentric.Persistence.SqlServerCe.EventStoreCeDbContext

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnModelCreating ( DbModelBuilder modelBuilder ) : void

Method Details

EventStoreCeDbContext() public méthode

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

EventStoreCeDbContext() public méthode

public EventStoreCeDbContext ( 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