IQueryMethodProvider.CreateGroupJoinInclude Method
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.
Creates a group join include used to describe an Include operation that should be performed as part of a GroupJoin.
public object CreateGroupJoinInclude (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.INavigation> navigationPath, bool querySourceRequiresTracking, object existingGroupJoinInclude, object relatedEntitiesLoaders);
abstract member CreateGroupJoinInclude : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.INavigation> * bool * obj * obj -> obj
Public Function CreateGroupJoinInclude (navigationPath As IReadOnlyList(Of INavigation), querySourceRequiresTracking As Boolean, existingGroupJoinInclude As Object, relatedEntitiesLoaders As Object) As Object
Parameters
- navigationPath
- IReadOnlyList<INavigation>
The included navigation path.
- querySourceRequiresTracking
- Boolean
true if this query source requires tracking.
- existingGroupJoinInclude
- Object
A possibly null existing group join include.
- relatedEntitiesLoaders
- Object
The related entities loaders.
Returns
A new group join include.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework