EntityTypeExtensions.IsAbstract(ITypeBase) Methode

Definition

Überprüft, ob dieser Entitätstyp einen abstrakten Typ darstellt.

[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

Parameter

type
ITypeBase

Der Entitätstyp.

Gibt zurück

true , wenn der Typ abstrakt ist, false andernfalls.

Attribute

Gilt für: