次の方法で共有


RuntimeEntityType.IReadOnlyEntityType.GetDerivedSkipNavigations メソッド

定義

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

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

戻り値

派生スキップ ナビゲーション プロパティ。

実装

属性

適用対象