Share via


IReadOnlyEntityType.LeastDerivedType(IReadOnlyEntityType) 메서드

정의

지정된 두 형식 사이의 최소 파생 형식을 가져옵니다.

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

매개 변수

otherEntityType
IReadOnlyEntityType

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

반환

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

적용 대상