Compartilhar via


RelationalTypeMapper.GetClrTypeMappings Método

Definição

Obtém os mapeamentos de tipos .NET para tipos de banco de dados.

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)

Retornos

Os mapeamentos de tipo.

Aplica-se a