RelationalEntityTypeExtensions.IsMappedToJson(IReadOnlyEntityType) Method

Definition

Gets a value indicating whether the specified entity is mapped to a JSON column.

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

Parameters

entityType
IReadOnlyEntityType

The entity type.

Returns

A value indicating whether the associated entity type is mapped to a JSON column.

Applies to