RelationalEntityTypeExtensions.IsMappedToJson(IReadOnlyEntityType) Methode

Definition

Ruft einen Wert ab, der angibt, ob die angegebene Entität einer JSON-Spalte zugeordnet ist.

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

Parameter

entityType
IReadOnlyEntityType

Der Entitätstyp.

Gibt zurück

Ein Wert, der angibt, ob der zugeordnete Entitätstyp einer JSON-Spalte zugeordnet ist.

Gilt für: