Udostępnij przez


SqlServerEntityTypeExtensions.GetHistoryTableSchema Metoda

Definicja

Zwraca wartość reprezentującą schemat tabeli historii skojarzonej z jednostką zamapowana na tabelę czasową.

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 jednostki.

Zwraca

Nazwa tabeli historii.

Dotyczy