SimpleModelFactory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates instances of IMutableModel that have no conventions. This is useful when exhaustively configuring a model based on some existing metadata.
This is typically not used in application code since building a model by overriding OnModelCreating(ModelBuilder) or using ModelBuilder directly is much easier.
public class SimpleModelFactory
type SimpleModelFactory = class
Public Class SimpleModelFactory
- Inheritance
-
SimpleModelFactory
Remarks
See Implementation of database providers and extensions for more information and examples.
Constructors
SimpleModelFactory() |
Methods
Create() |
Creates an empty model with no conventions. All aspects of the model must be exhaustively configured. |
Applies to
Entity Framework