SqlServerEntityTypeExtensions.GetHistoryTableSchemaConfigurationSource Method

Definition

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

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

Parameters

entityType
IConventionEntityType

The entity type.

Returns

The configuration source for the temporal history table schema setting.

Applies to