The ________ method of DbContext can be overridden to configure domain classes using Fluent API.

  • Configure
  • Customize
  • Mapping
  • OnModelCreating
In Entity Framework, the OnModelCreating method of DbContext can be overridden to configure domain classes using Fluent API. This method is called when the model for a derived context has been initialized, allowing you to specify how the model should be configured.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *