QueryMethodProvider.CreateGroupJoinInclude Method

Definition

Creates a group join include used to describe an Include operation that should be performed as part of a GroupJoin.

public virtual 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
override this.CreateGroupJoinInclude : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.INavigation> * bool * obj * obj -> obj
Public Overridable 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.

Implements

Applies to