다음을 통해 공유


IReadOnlyEntityType.IsInOwnershipPath(IReadOnlyEntityType) 메서드

정의

지정된 엔터티 형식이 이 엔터티 형식의 소유권 경로에 있는지 여부를 나타내는 값을 가져옵니다.

public virtual bool IsInOwnershipPath (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType targetType);
abstract member IsInOwnershipPath : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> bool
override this.IsInOwnershipPath : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> bool
Public Overridable Function IsInOwnershipPath (targetType As IReadOnlyEntityType) As Boolean

매개 변수

targetType
IReadOnlyEntityType

소유권 경로에서 검색할 엔터티 형식입니다.

반환

true 가 이 엔터티 형식의 소유권 경로에 있으면 targetType 이고, 그렇지 않으면 false입니다.

적용 대상