Sdílet prostřednictvím


RuntimeModel.IModel.FindTypeMappingConfiguration(Type) Metoda

Definice

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

Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration? IModel.FindTypeMappingConfiguration (Type propertyType);
Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration IModel.FindTypeMappingConfiguration (Type propertyType);
abstract member Microsoft.EntityFrameworkCore.Metadata.IModel.FindTypeMappingConfiguration : Type -> Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration
override this.Microsoft.EntityFrameworkCore.Metadata.IModel.FindTypeMappingConfiguration : Type -> Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration
Function FindTypeMappingConfiguration (propertyType As Type) As ITypeMappingConfiguration Implements IModel.FindTypeMappingConfiguration

Parametry

propertyType
Type

Návraty

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

Implementuje

Platí pro