Compartir a través de


SqlServerEntityTypeExtensions.GetHistoryTableName(IReadOnlyEntityType) Método

Definición

Devuelve un valor que representa el nombre de la tabla de historial asociada a la entidad asignada a una tabla 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

El tipo de entidad.

Devoluciones

Nombre de la tabla de historial.

Se aplica a