SqlServerEntityTypeExtensions.IsTemporal(IReadOnlyEntityType) Methode

Definition

Gibt einen Wert zurück, der angibt, ob der Entitätstyp einer temporalen Tabelle zugeordnet ist.

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

Parameter

entityType
IReadOnlyEntityType

Der Entitätstyp.

Gibt zurück

true , wenn der Entitätstyp einer temporalen Tabelle zugeordnet ist.

Gilt für: