共用方式為


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)

屬性值

要包含的導覽屬性集。

適用於