Share via


RuntimeEntityType.IReadOnlyEntityType.GetNavigations メソッド

定義

指定されたエンティティ型のすべてのナビゲーション プロパティを取得します。

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

戻り値

指定されたエンティティ型のすべてのナビゲーション プロパティ。

実装

属性

適用対象