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