RelationalTypeBaseExtensions.IsMappedToJson(IReadOnlyTypeBase) Méthode

Définition

Obtient une valeur indiquant si l’entité spécifiée est mappée à une colonne 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

Paramètres

typeBase
IReadOnlyTypeBase

Type.

Retours

Valeur indiquant si le type associé est mappé à une colonne JSON.

S’applique à