|
Highway Framework
Release 1.0.1.0
The fastest and smoothest way to great architecture
|
Implement this interface to pass the mappings in via constructor injection on the context. More...
Public Member Functions | |
| void | ConfigureModelBuilder (DbModelBuilder modelBuilder) |
| This method takes the modelBuilder from Entity Framework and wires in the mappings provided | |
Implement this interface to pass the mappings in via constructor injection on the context.
| void Highway.Data.IMappingConfiguration.ConfigureModelBuilder | ( | DbModelBuilder | modelBuilder | ) |
This method takes the modelBuilder from Entity Framework and wires in the mappings provided
| modelBuilder | The Database model builder used by Entity Framework to generate the model. |
1.8.1.1