共用方式為


EntityTypeExtensions.GetDerivedTypesInclusive(IEntityType) 方法

定義

傳回指定 IEntityType 的所有衍生型別,包括型別本身。

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IEntityType> GetDerivedTypesInclusive (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetDerivedTypesInclusive : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IEntityType>
<Extension()>
Public Function GetDerivedTypesInclusive (entityType As IEntityType) As IEnumerable(Of IEntityType)

參數

entityType
IEntityType

實體類型。

傳回

衍生型別。

適用於