次の方法で共有


RuntimeEntityType.IReadOnlyEntityType.GetDeclaredSkipNavigations メソッド

定義

このエンティティ型で宣言されているすべてのスキップ ナビゲーション プロパティを取得します。

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

戻り値

宣言されたスキップ ナビゲーション。

実装

属性

適用対象