Sdílet prostřednictvím


IModel.FindTypeMappingConfiguration(Type) Metoda

Definice

Najde konfiguraci před konvencí pro daný skalár Type.

public Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration? FindTypeMappingConfiguration (Type scalarType);
abstract member FindTypeMappingConfiguration : Type -> Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration
Public Function FindTypeMappingConfiguration (scalarType As Type) As ITypeMappingConfiguration

Parametry

scalarType
Type

Typ CLR.

Návraty

Konfigurace před konvencí nebo null pokud se žádná nenajde.

Poznámky

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

Platí pro