RelationalEntityTypeExtensions.GetMappingStrategy(IReadOnlyEntityType) Méthode

Définition

Obtient la stratégie de mappage pour les types dérivés.

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

Paramètres

entityType
IReadOnlyEntityType

Type d'entité.

Retours

Stratégie de mappage pour les types dérivés.

S’applique à