共用方式為


IncludeSpecification(IQuerySource, IReadOnlyList<INavigation>) 建構函式

定義

初始化 Microsoft.EntityFrameworkCore.Query.IncludeResultOperator 類別的新實例。

public IncludeSpecification (Remotion.Linq.Clauses.IQuerySource querySource, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.INavigation> navigationPath);
new Microsoft.EntityFrameworkCore.Query.IncludeSpecification : Remotion.Linq.Clauses.IQuerySource * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.INavigation> -> Microsoft.EntityFrameworkCore.Query.IncludeSpecification
Public Sub New (querySource As IQuerySource, navigationPath As IReadOnlyList(Of INavigation))

參數

querySource
Remotion.Linq.Clauses.IQuerySource

查詢來源。

navigationPath
IReadOnlyList<INavigation>

要包含的導覽屬性集。

適用於