SqlServerEntityTypeExtensions.GetPeriodEndPropertyName Method

Definition

Returns a value representing the name of the period end property of the entity mapped to a temporal table.

public static string? GetPeriodEndPropertyName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetPeriodEndPropertyName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> string
<Extension()>
Public Function GetPeriodEndPropertyName (entityType As IReadOnlyEntityType) As String

Parameters

entityType
IReadOnlyEntityType

The entity type.

Returns

Name of the period start property.

Applies to