Partager via


RelationalTypeMapper.GetStoreTypeMappings Méthode

Définition

Obtient les mappages des types de base de données aux types .NET.

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)

Retours

Mappages de types.

S’applique à