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

エンティティの型。

戻り値

派生型のマッピング戦略。

適用対象