다음을 통해 공유


IConventionEntityType.GetAllBaseTypesAscending 메서드

정의

가장 가까운 형식부터 시작하여 이 엔터티 형식이 파생되는 모델의 모든 형식을 가져옵니다.

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

반환

기본 형식입니다.

적용 대상