次の方法で共有


RuntimeEntityType.IReadOnlyEntityType.GetSkipNavigations メソッド

定義

このエンティティ型のスキップ ナビゲーション プロパティを取得します。

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

戻り値

このエンティティ型のすべてのスキップ ナビゲーション プロパティ。

実装

属性

適用対象