Udostępnij przez


SqlServerEntityTypeExtensions.IsTemporal(IReadOnlyEntityType) Metoda

Definicja

Zwraca wartość wskazującą, czy typ jednostki jest mapowany na tabelę czasową.

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 jednostki.

Zwraca

true jeśli typ jednostki jest mapowany na tabelę czasową.

Dotyczy