共用方式為


RuntimeForeignKey.IReadOnlyForeignKey.GetReferencingSkipNavigations 方法

定義

使用此外鍵取得略過導覽。

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

傳回

使用這個外鍵略過流覽。

實作

屬性

適用於