IncludeSpecification(IQuerySource, IReadOnlyList<INavigation>) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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>
要包含的導覽屬性集。