다음을 통해 공유


RelationalTypeMapper.GetStoreTypeMappings 메서드

정의

데이터베이스 형식에서 .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)

반환

형식 매핑입니다.

적용 대상