IConventionEntityType.GetDerivedSkipNavigations 方法

定义

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

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

返回

派生的跳过导航属性。

注解

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

适用于