RelationalTypeBaseExtensions.IsMappedToJson(IReadOnlyTypeBase) Method

Definition

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

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

Parameters

typeBase
IReadOnlyTypeBase

The type.

Returns

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

Applies to