RelationalTypeBaseExtensions.GetMappingStrategy(IReadOnlyTypeBase) Méthode

Définition

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

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

Paramètres

typeBase
IReadOnlyTypeBase

Type.

Retours

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

S’applique à