Bagikan melalui


RelationalEntityTypeExtensions.IsMappedToJson(IReadOnlyEntityType) Metode

Definisi

Mendapatkan nilai yang menunjukkan apakah entitas yang ditentukan dipetakan ke kolom 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

Parameter

entityType
IReadOnlyEntityType

Jenis entitas.

Mengembalikan

Nilai yang menunjukkan apakah jenis entitas terkait dipetakan ke kolom JSON.

Berlaku untuk