Share via


RelationalTypeMapper.GetClrTypeMappings Methode

Definition

Ruft die Zuordnungen von .NET-Typen zu Datenbanktypen ab.

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)

Gibt zurück

Die Typzuordnungen.

Gilt für: