RelationalEntityTypeExtensions.GetMappingStrategy(IReadOnlyEntityType) Method

Definition

Gets the mapping strategy for the derived types.

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

Parameters

entityType
IReadOnlyEntityType

The entity type.

Returns

The mapping strategy for the derived types.

Applies to