Freigeben über


RuntimeModel.IModel.FindTypeMappingConfiguration(Type) Methode

Definition

Sucht nach der Präkonventionskonfiguration für einen angegebenen Skalar 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

Parameter

propertyType
Type

Gibt zurück

Die Konfiguration vor der Konvention oder null , wenn keine gefunden wurde.

Implementiert

Gilt für: