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

Parameter

typeBase
IReadOnlyTypeBase

Der Typ.

Gibt zurück

Ein -Wert, der angibt, ob der zugeordnete Typ einer JSON-Spalte zugeordnet ist.

Gilt für: