RuntimeEntityType.IReadOnlyEntityType.GetDerivedNavigations 方法

定义

获取对派生自此实体类型的类型声明的所有导航属性。

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

返回

派生的导航属性。

实现

属性

适用于