다음을 통해 공유


EntityTypeExtensions.GetAllBaseTypes(IEntityType) 메서드

정의

루트부터 시작하여 지정된 엔터티 형식이 파생되는 모델의 모든 형식을 가져옵니다.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IEntityType> GetAllBaseTypes (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetAllBaseTypes : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IEntityType>
<Extension()>
Public Function GetAllBaseTypes (entityType As IEntityType) As IEnumerable(Of IEntityType)

매개 변수

entityType
IEntityType

엔터티 형식입니다.

반환

기본 형식입니다.

적용 대상