Sdílet prostřednictvím


IModel.GetTypeMappingConfigurations Metoda

Definice

Získá všechny konfigurace před konvencí.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration> GetTypeMappingConfigurations ();
abstract member GetTypeMappingConfigurations : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration>
Public Function GetTypeMappingConfigurations () As IEnumerable(Of ITypeMappingConfiguration)

Návraty

Konfigurace před konvencí.

Poznámky

Další informace a příklady najdete v tématu Modelování typů entit a relací .

Platí pro