IncludeSpecification(IQuerySource, IReadOnlyList<INavigation>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework