Compartir a través de


SqlServerEntityTypeExtensions.IsTemporal(IReadOnlyEntityType) Método

Definición

Devuelve un valor que indica si el tipo de entidad se asigna a una tabla temporal.

public static bool IsTemporal (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member IsTemporal : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> bool
<Extension()>
Public Function IsTemporal (entityType As IReadOnlyEntityType) As Boolean

Parámetros

entityType
IReadOnlyEntityType

El tipo de entidad.

Devoluciones

true si el tipo de entidad se asigna a una tabla temporal.

Se aplica a