Compartir a través de


EntityTypeExtensions.IsAbstract(ITypeBase) Método

Definición

Comprueba si este tipo de entidad representa un tipo abstracto.

[System.Diagnostics.DebuggerStepThrough]
public static bool IsAbstract (this Microsoft.EntityFrameworkCore.Metadata.ITypeBase type);
[<System.Diagnostics.DebuggerStepThrough>]
static member IsAbstract : Microsoft.EntityFrameworkCore.Metadata.ITypeBase -> bool
<Extension()>
Public Function IsAbstract (type As ITypeBase) As Boolean

Parámetros

type
ITypeBase

El tipo de entidad.

Devoluciones

true Es si el tipo es abstracto; de lo contrario, false es .

Atributos

Se aplica a