RelationalTypeBaseExtensions.GetMappingStrategy(IReadOnlyTypeBase) Method

Definition

Gets the mapping strategy for the derived types.

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

Parameters

typeBase
IReadOnlyTypeBase

The type.

Returns

The mapping strategy for the derived types.

Applies to