Condividi tramite


RelationalEntityTypeExtensions.IsMappedToJson(IReadOnlyEntityType) Metodo

Definizione

Ottiene un valore che indica se l'entità specificata viene mappata a una colonna 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

Parametri

entityType
IReadOnlyEntityType

Tipo di entità.

Restituisce

Valore che indica se il tipo di entità associato viene mappato a una colonna JSON.

Si applica a