SqlServerEntityTypeExtensions.IsTemporal(IReadOnlyEntityType) Méthode

Définition

Retourne une valeur indiquant si le type d’entité est mappé à une table temporelle.

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

Paramètres

entityType
IReadOnlyEntityType

Type d'entité.

Retours

true si le type d’entité est mappé à une table temporelle.

S’applique à