Sdílet prostřednictvím


RelationalEntityTypeExtensions.IsMappedToJson(IReadOnlyEntityType) Metoda

Definice

Získá hodnotu označující, zda je zadaná entita mapována na sloupec 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

Parametry

entityType
IReadOnlyEntityType

Typ entity.

Návraty

Hodnota označující, jestli je přidružený typ entity namapovaný na sloupec JSON.

Platí pro