Share via


SqlServerEntityTypeExtensions.GetHistoryTableName(IReadOnlyEntityType) Método

Definição

Retorna um valor que representa o nome da tabela de histórico associada à entidade mapeada para uma tabela temporal.

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

Parâmetros

entityType
IReadOnlyEntityType

O tipo de entidade.

Retornos

Nome da tabela de histórico.

Aplica-se a