RelationalTypeBaseExtensions.GetMappingStrategy(IReadOnlyTypeBase) 方法

定義

取得衍生型別的對應策略。

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

參數

typeBase
IReadOnlyTypeBase

類型。

傳回

衍生類型的對應策略。

適用於