EntityTypeExtensions.IsAbstract(ITypeBase) 方法

定义

检查此实体类型是否表示抽象类型。

[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

参数

type
ITypeBase

实体类型。

返回

true 如果类型是抽象的, false 则为 ;否则为 。

属性

适用于