Method | Description | |
---|---|---|
EventStoreCeDbContext ( bool isReadOnly, string connectionString ) : System.Data.Entity | ||
EventStoreCeDbContext ( string connectionString ) : System.Data.Entity |
Method | Description | |
---|---|---|
OnModelCreating ( DbModelBuilder modelBuilder ) : void |
public EventStoreCeDbContext ( bool isReadOnly, string connectionString ) : System.Data.Entity | ||
isReadOnly | bool | |
connectionString | string | |
return | System.Data.Entity |
public EventStoreCeDbContext ( string connectionString ) : System.Data.Entity | ||
connectionString | string | |
return | System.Data.Entity |
protected OnModelCreating ( DbModelBuilder modelBuilder ) : void | ||
modelBuilder | DbModelBuilder | |
return | void |