다음을 통해 공유


EntityTypeExtensions.HasDefiningNavigation(IEntityType) 메서드

정의

주의

Entity types with defining navigations have been replaced by shared-type entity types

이 엔터티 형식에 정의 탐색이 있는지 여부를 나타내는 값을 가져옵니다.

[System.Diagnostics.DebuggerStepThrough]
public static bool HasDefiningNavigation (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
[System.Diagnostics.DebuggerStepThrough]
[System.Obsolete("Entity types with defining navigations have been replaced by shared-type entity types")]
public static bool HasDefiningNavigation (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
[<System.Diagnostics.DebuggerStepThrough>]
static member HasDefiningNavigation : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> bool
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Obsolete("Entity types with defining navigations have been replaced by shared-type entity types")>]
static member HasDefiningNavigation : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> bool
<Extension()>
Public Function HasDefiningNavigation (entityType As IEntityType) As Boolean

매개 변수

entityType
IEntityType

엔터티 형식입니다.

반환

true 이 엔터티 형식에 정의 탐색이 있으면 입니다.

특성

적용 대상