Condividi tramite


SqlServerEntityTypeExtensions.GetHistoryTableName(IReadOnlyEntityType) Metodo

Definizione

Restituisce un valore che rappresenta il nome della tabella di cronologia associata all'entità mappata a una tabella temporale.

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

Parametri

entityType
IReadOnlyEntityType

Tipo di entità.

Restituisce

Nome della tabella della cronologia.

Si applica a