次の方法で共有


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

型。

戻り値

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

適用対象