次の方法で共有


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)

戻り値

型マッピング。

適用対象