Thursday, November 30, 2017

DbContext.OnModelCreating Method (DbModelBuilder)

This method is called when the model for a derived context has been initialized, but before the model has been locked down and used to initialize the context. The default implementation of this method does nothing, but it can be overridden in a derived class such that the model can be further configured before it is locked down.

We use it to use EF's fluent API to refine our model.

No comments:

Followers

Link