共用方式為


EntityTypeExtensions.IsStrictlyDerivedFrom(IEntityType, IEntityType) 方法

定義

判斷此實體類型是否衍生自 (,但與指定實體類型) 不同。

public static bool IsStrictlyDerivedFrom (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.IEntityType baseType);
static member IsStrictlyDerivedFrom : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Metadata.IEntityType -> bool
<Extension()>
Public Function IsStrictlyDerivedFrom (entityType As IEntityType, baseType As IEntityType) As Boolean

參數

entityType
IEntityType

實體類型。

baseType
IEntityType

要檢查其是否為 基底類型的實體類型 entityType

傳回

true 如果 entityType 衍生自 (但與) baseType 不同,則為 ,否則 false 為 。

適用於