Share via


RelationalTypeMapper.GetClrTypeMappings Method

Definition

Gets the mappings from .NET types to database types.

protected abstract System.Collections.Generic.IReadOnlyDictionary<Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping> GetClrTypeMappings ();
abstract member GetClrTypeMappings : unit -> System.Collections.Generic.IReadOnlyDictionary<Type, Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping>
Protected MustOverride Function GetClrTypeMappings () As IReadOnlyDictionary(Of Type, RelationalTypeMapping)

Returns

The type mappings.

Applies to