IEntityType.GetAllBaseTypesAscending 方法

定义

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

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

返回

基类型。

适用于