다음을 통해 공유


EntityTypeExtensions.IsOwned(IEntityType) 메서드

정의

이 엔터티 형식이 다른 엔터티 형식에 의해 소유되는지 여부를 나타내는 값을 가져옵니다.

[System.Diagnostics.DebuggerStepThrough]
public static bool IsOwned (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
[<System.Diagnostics.DebuggerStepThrough>]
static member IsOwned : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> bool
<Extension()>
Public Function IsOwned (entityType As IEntityType) As Boolean

매개 변수

entityType
IEntityType

엔터티 형식입니다.

반환

true 이 엔터티 형식이 다른 엔터티 형식에 의해 소유되면 입니다.

특성

적용 대상