Condividi tramite


EntityTypeExtensions.IsAbstract(ITypeBase) Metodo

Definizione

Verifica se questo tipo di entità rappresenta un tipo astratto.

[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

Parametri

type
ITypeBase

Tipo di entità.

Restituisce

true se il tipo è astratto, false in caso contrario.

Attributi

Si applica a