다음을 통해 공유


EntityTypeExtensions.GetAllBaseTypesInclusive(IEntityType) 메서드

정의

형식 자체를 포함하여 지정된 IEntityType의 모든 기본 형식을 위에서 아래로 반환합니다.

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

매개 변수

entityType
IEntityType

엔터티 형식입니다.

반환

기본 형식.

적용 대상