다음을 통해 공유


RuntimeEntityType.IEntityType.GetDerivedSkipNavigations 메서드

정의

이 엔터티 형식에서 파생된 형식에 선언된 모든 건너뛰기 탐색 속성을 가져옵니다.

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation> IEntityType.GetDerivedSkipNavigations ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetDerivedSkipNavigations : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation>
override this.Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetDerivedSkipNavigations : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation>
Function GetDerivedSkipNavigations () As IEnumerable(Of ISkipNavigation) Implements IEntityType.GetDerivedSkipNavigations

반환

파생된 건너뛰기 탐색 속성입니다.

구현

특성

적용 대상