RuntimeEntityType.IEntityType.GetDeclaredSkipNavigations 方法

定义

获取在此实体类型上声明的所有跳过导航属性。

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

返回

声明的外键。

实现

属性

适用于