Sdílet prostřednictvím


SqlServerEntityTypeExtensions.GetHistoryTableSchema Metoda

Definice

Vrátí hodnotu představující schéma tabulky historie přidružené k entitě namapované na dočasnou tabulku.

public static string? GetHistoryTableSchema (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetHistoryTableSchema : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> string
<Extension()>
Public Function GetHistoryTableSchema (entityType As IReadOnlyEntityType) As String

Parametry

entityType
IReadOnlyEntityType

Typ entity.

Návraty

Název tabulky historie

Platí pro