Share via


IReadOnlyEntityType.GetAllBaseTypesAscending 方法

定义

获取模型中派生此实体类型的所有类型,从最近的类型开始。

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType> GetAllBaseTypesAscending ();
abstract member GetAllBaseTypesAscending : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType>
override this.GetAllBaseTypesAscending : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType>
Public Overridable Function GetAllBaseTypesAscending () As IEnumerable(Of IReadOnlyEntityType)

返回

基类型。

适用于