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

戻り値

この外部キーを使用したスキップ ナビゲーション。

実装

属性

適用対象