Share via


RelationalEntityTypeExtensions.GetMappingStrategy(IReadOnlyEntityType) Método

Definição

Obtém a estratégia de mapeamento para os tipos derivados.

public static string? GetMappingStrategy (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetMappingStrategy : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> string
<Extension()>
Public Function GetMappingStrategy (entityType As IReadOnlyEntityType) As String

Parâmetros

entityType
IReadOnlyEntityType

O tipo de entidade.

Retornos

A estratégia de mapeamento para os tipos derivados.

Aplica-se a