次の方法で共有


RelationalEntityTypeExtensions.IsMappedToJson(IReadOnlyEntityType) メソッド

定義

指定したエンティティが JSON 列にマップされているかどうかを示す値を取得します。

public static bool IsMappedToJson (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member IsMappedToJson : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> bool
<Extension()>
Public Function IsMappedToJson (entityType As IReadOnlyEntityType) As Boolean

パラメーター

entityType
IReadOnlyEntityType

エンティティの型。

戻り値

関連付けられたエンティティ型が JSON 列にマップされているかどうかを示す値。

適用対象