다음을 통해 공유


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)

반환

형식 매핑입니다.

적용 대상