다음을 통해 공유


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)

반환

기본 형식.

적용 대상