Sdílet prostřednictvím


AsyncQueryMethodProvider.CreateGroupJoinInclude Metoda

Definice

Vytvoří group join include sloužící k popisu operace Zahrnutí, která by měla být provedena jako součást 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

Parametry

navigationPath
IReadOnlyList<INavigation>

Zahrnutá navigační cesta.

querySourceRequiresTracking
Boolean

true, pokud tento zdroj dotazu vyžaduje sledování.

existingGroupJoinInclude
Object

Zahrnutí existujícího spojení skupiny s možnou hodnotou null

relatedEntitiesLoaders
Object

Zavaděče souvisejících entit.

Návraty

Zahrnuje nové připojení ke skupině.

Implementuje

Platí pro