RelationalTypeBaseExtensions.IsMappedToJson(IReadOnlyTypeBase) 方法

定義

取得值,指出指定的實體是否對應至 JSON 資料行。

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

參數

typeBase
IReadOnlyTypeBase

類型。

傳回

值,指出相關聯的型別是否對應至 JSON 資料行。

適用於