SqlServerEntityTypeExtensions.GetHistoryTableNameConfigurationSource Method

Definition

Gets the configuration source for the temporal history table name setting.

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

Parameters

entityType
IConventionEntityType

The entity type.

Returns

The configuration source for the temporal history table name setting.

Applies to