Share via


EntityTypeExtensions.IsAbstract(ITypeBase) Método

Definição

Verifica se esse tipo de entidade representa um tipo abstrato.

[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

Parâmetros

type
ITypeBase

O tipo de entidade.

Retornos

truese o tipo for abstrato, caso contrário. false

Atributos

Aplica-se a