C# 클래스 Microsoft.EntityFrameworkCore.Metadata.SimpleModelFactory

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 DbContext.OnModelCreating(ModelBuilder) or using ModelBuilder directly is much easier.

파일 보기 프로젝트 열기: lodejard/AllNetCore

공개 메소드들

메소드 설명
Create ( ) : IMutableModel

Creates an empty model with no conventions. All aspects of the model must be exhaustively configured.

메소드 상세

Create() 공개 메소드

Creates an empty model with no conventions. All aspects of the model must be exhaustively configured.
public Create ( ) : IMutableModel
리턴 IMutableModel