IncludeSpecification.NavigationPath プロパティ

定義

含めるナビゲーション プロパティのセットを取得します。

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.INavigation> NavigationPath { get; }
member this.NavigationPath : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.INavigation>
Public Overridable ReadOnly Property NavigationPath As IReadOnlyList(Of INavigation)

プロパティ値

含めるナビゲーション プロパティのセット。

適用対象