RuntimeEntityType.IReadOnlyEntityType.GetDerivedTypesInclusive 方法

定义

返回此实体类型的所有派生类型,包括类型本身。

System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType> IReadOnlyEntityType.GetDerivedTypesInclusive ();
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.GetDerivedTypesInclusive : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType>
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.GetDerivedTypesInclusive : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType>
Function GetDerivedTypesInclusive () As IEnumerable(Of IReadOnlyEntityType) Implements IReadOnlyEntityType.GetDerivedTypesInclusive

返回

派生类型。

实现

适用于