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

类型。

返回

派生类型的映射策略。

适用于