Share via


SqlServerEntityTypeExtensions.IsTemporal(IReadOnlyEntityType) Metoda

Definice

Vrátí hodnotu označující, zda je typ entity mapován na dočasnou tabulku.

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

Parametry

entityType
IReadOnlyEntityType

Typ entity.

Návraty

true pokud je typ entity mapován na dočasnou tabulku.

Platí pro