EntityTypeExtensions.IsAbstract(ITypeBase) Method

Definition

Checks if this entity type represents an abstract type.

[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

Parameters

type
ITypeBase

The entity type.

Returns

true if the type is abstract, false otherwise.

Attributes

Applies to