Share via


RelationalTypeMapper.GetStoreTypeMappings Method

Definition

Gets the mappings from database types to .NET types.

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

Returns

The type mappings.

Applies to