Aracılığıyla paylaş


RelationalEntityTypeExtensions.IsMappedToJson(IReadOnlyEntityType) Yöntem

Tanım

Belirtilen varlığın bir JSON sütununa eşlenip eşlenmediğini belirten bir değer alır.

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

Parametreler

entityType
IReadOnlyEntityType

Varlık türü.

Döndürülenler

İlişkili varlık türünün bir JSON sütununa eşlenip eşlenmediğini gösteren değer.

Şunlara uygulanır