共用方式為


RelationalTypeMapper.GetClrTypeMappings 方法

定義

取得從 .NET 類型到資料庫類型的對應。

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)

傳回

型別對應。

適用於