C# (CSharp) Microsoft.EntityFrameworkCore.Metadata 네임스페이스

중첩된 네임스페이스

Microsoft.EntityFrameworkCore.Metadata.Internal

클래스들

이름 설명
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.