다음을 통해 공유


MutableModelExtensions.FindLeastDerivedEntityTypes 메서드

정의

지정된 에서 가장 적게 파생된 형식에 해당하는 엔터티 형식을 반환합니다.

public static System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType> FindLeastDerivedEntityTypes (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type type, Func<Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType,bool> condition = default);
static member FindLeastDerivedEntityTypes : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Type * Func<Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType, bool> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType>
<Extension()>
Public Function FindLeastDerivedEntityTypes (model As IMutableModel, type As Type, Optional condition As Func(Of IMutableEntityType, Boolean) = Nothing) As IReadOnlyList(Of IMutableEntityType)

매개 변수

model
IMutableModel

엔터티 형식을 찾을 모델입니다.

type
Type

기본 형식입니다.

condition
Func<IMutableEntityType,Boolean>

엔터티 형식을 필터링하기 위한 선택적 조건입니다.

반환

지정된 에서 가장 적게 파생된 형식에 해당하는 엔터티 형식 목록입니다.

적용 대상