SqlServerEntityTypeExtensions.GetHistoryTableNameConfigurationSource Methode

Definition

Ruft die Konfigurationsquelle für die Namenseinstellung für temporale Verlaufstabellen ab.

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)

Parameter

entityType
IConventionEntityType

Der Entitätstyp.

Gibt zurück

Die Konfigurationsquelle für die Namenseinstellung der Temporalverlaufstabelle.

Gilt für: