다음을 통해 공유


InheritanceDiscoveryConventionBase.FindClosestBaseType 메서드

정의

모델에서 지정된 엔터티 형식의 연결된 CLR 형식이 파생되고 CLR 계층 구조에서 가장 가까운 CLR 형식과 연결된 엔터티 형식을 찾습니다.

protected virtual Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType FindClosestBaseType (Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
protected virtual Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType? FindClosestBaseType (Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
abstract member FindClosestBaseType : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType
override this.FindClosestBaseType : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType
Protected Overridable Function FindClosestBaseType (entityType As IConventionEntityType) As IConventionEntityType

매개 변수

entityType
IConventionEntityType

엔터티 형식입니다.

반환

적용 대상