RelationalEntityTypeExtensions.GetMappingStrategy(IReadOnlyEntityType) 方法

定义

获取派生类型的映射策略。

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

参数

entityType
IReadOnlyEntityType

实体类型。

返回

派生类型的映射策略。

适用于