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 資料行。

適用於