다음을 통해 공유


IConventionEntityType.LeastDerivedType(IReadOnlyEntityType) 메서드

정의

지정된 두 형식 사이에 가장 적게 파생된 형식을 가져옵니다.

public virtual Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType? LeastDerivedType (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType otherEntityType);
abstract member LeastDerivedType : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType
override this.LeastDerivedType : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType
Public Overridable Function LeastDerivedType (otherEntityType As IReadOnlyEntityType) As IConventionEntityType

매개 변수

otherEntityType
IReadOnlyEntityType

비교할 다른 엔터티 형식입니다.

반환

지정된 두 형식 간의 최소 파생 형식입니다. 지정된 엔터티 형식이 관련 null 되지 않은 경우 가 반환됩니다.

적용 대상