SqlServerEntityTypeExtensions.GetPeriodStartPropertyName Method

Definition

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

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

Parameters

entityType
IReadOnlyEntityType

The entity type.

Returns

Name of the period start property.

Applies to