Sdílet prostřednictvím


SqlServerEntityTypeExtensions.GetHistoryTableName(IReadOnlyEntityType) Metoda

Definice

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

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

Parametry

entityType
IReadOnlyEntityType

Typ entity.

Návraty

Název tabulky historie

Platí pro