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 列。

适用于