RelationalEntityTypeExtensions.IsMappedToJson(IReadOnlyEntityType) 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.IReadOnlyEntityType entityType);
static member IsMappedToJson : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> bool
<Extension()>
Public Function IsMappedToJson (entityType As IReadOnlyEntityType) As Boolean

Paramètres

entityType
IReadOnlyEntityType

Type d'entité.

Retours

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

S’applique à