IMutableEntityType.GetDerivedSkipNavigations 方法

定义

获取从此实体类型派生的类型上声明的所有 skip 导航属性。

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IMutableSkipNavigation> GetDerivedSkipNavigations ();
abstract member GetDerivedSkipNavigations : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IMutableSkipNavigation>
override this.GetDerivedSkipNavigations : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IMutableSkipNavigation>
Public Overridable Function GetDerivedSkipNavigations () As IEnumerable(Of IMutableSkipNavigation)

返回

派生的跳过导航属性。

注解

此方法不返回在给定实体类型本身上声明的 skip 导航属性。 使用 GetSkipNavigations() 返回在此和基本实体类型类型上声明的 skip 导航属性。

适用于