SqlServerEntityTypeExtensions.IsTemporal(IReadOnlyEntityType) Method

Definition

Returns a value indicating whether the entity type is mapped to a temporal table.

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

Parameters

entityType
IReadOnlyEntityType

The entity type.

Returns

true if the entity type is mapped to a temporal table.

Applies to