RuntimeModel.IModel.FindTypeMappingConfiguration(Type) Method

Definition

Finds the pre-convention configuration for a given scalar 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

Parameters

propertyType
Type

Returns

The pre-convention configuration or null if none is found.

Implements

Applies to