SqlServerEntityTypeExtensions.GetPeriodEndPropertyNameConfigurationSource Method

Definition

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

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

Parameters

entityType
IConventionEntityType

The entity type.

Returns

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

Applies to