Sdílet prostřednictvím


EntityTypeExtensions.IsAbstract(ITypeBase) Metoda

Definice

Zkontroluje, jestli tento typ entity představuje abstraktní typ.

[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

Parametry

type
ITypeBase

Typ entity.

Návraty

true pokud je typ abstraktní, false jinak.

Atributy

Platí pro