Sdílet prostřednictvím


SqlServerEntityTypeExtensions.GetHistoryTableSchemaConfigurationSource Metoda

Definice

Získá zdroj konfigurace pro nastavení schématu tabulky dočasné historie.

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)

Parametry

entityType
IConventionEntityType

Typ entity.

Návraty

Zdroj konfigurace pro nastavení schématu tabulky dočasné historie.

Platí pro