Condividi tramite


SqlServerEntityTypeExtensions.IsTemporal(IReadOnlyEntityType) Metodo

Definizione

Restituisce un valore che indica se il tipo di entità viene mappato a una tabella temporale.

public static bool IsTemporal (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member IsTemporal : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> bool
<Extension()>
Public Function IsTemporal (entityType As IReadOnlyEntityType) As Boolean

Parametri

entityType
IReadOnlyEntityType

Tipo di entità.

Restituisce

true se il tipo di entità viene mappato a una tabella temporale.

Si applica a