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 否則為 。

屬性

適用於