IncludeSpecification(IQuerySource, IReadOnlyList<INavigation>) Constructor

Definition

Initializes a new instance of the Microsoft.EntityFrameworkCore.Query.IncludeResultOperator class.

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))

Parameters

querySource
Remotion.Linq.Clauses.IQuerySource

The query source.

navigationPath
IReadOnlyList<INavigation>

The set of navigation properties to be included.

Applies to