SqlServerEntityTypeExtensions.GetPeriodStartPropertyNameConfigurationSource Method

Definition

Gets the configuration source for the temporal table period start property name setting.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetPeriodStartPropertyNameConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
static member GetPeriodStartPropertyNameConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetPeriodStartPropertyNameConfigurationSource (entityType As IConventionEntityType) As Nullable(Of ConfigurationSource)

Parameters

entityType
IConventionEntityType

The entity type.

Returns

The configuration source for the temporal table period start property name setting.

Applies to