다음을 통해 공유


IMutableModel.FindLeastDerivedEntityTypes 메서드

정의

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

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType> FindLeastDerivedEntityTypes (Type type, Func<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType,bool>? condition = default);
abstract member FindLeastDerivedEntityTypes : Type * Func<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType, bool> -> seq<Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType>
override this.FindLeastDerivedEntityTypes : Type * Func<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType, bool> -> seq<Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType>
Public Overridable Function FindLeastDerivedEntityTypes (type As Type, Optional condition As Func(Of IReadOnlyEntityType, Boolean) = Nothing) As IEnumerable(Of IMutableEntityType)

매개 변수

type
Type

기본 형식입니다.

condition
Func<IReadOnlyEntityType,Boolean>

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

반환

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

적용 대상