Condividi tramite


SqlServerEntityTypeExtensions.GetHistoryTableSchema Metodo

Definizione

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

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

Parametri

entityType
IReadOnlyEntityType

Tipo di entità.

Restituisce

Nome della tabella della cronologia.

Si applica a