SimpleModelFactory Class

Definition

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