IMutableEntityType.GetAllBaseTypesInclusiveAscending 方法

定義

傳回此實體類型的所有基底類型,包括類型本身、由下至上。

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

傳回

基底類型。

適用於