EntityTypeExtensions.IsAbstract(ITypeBase) Méthode

Définition

Vérifie si ce type d’entité représente un type abstrait.

[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

Paramètres

type
ITypeBase

Type d'entité.

Retours

true si le type est abstrait, false sinon.

Attributs

S’applique à