QueryMethodProvider.CreateGroupJoinInclude Methode

Definition

Erstellt einen Gruppenverknüpfungsvorgang, der zum Beschreiben eines Include-Vorgangs verwendet wird, der als Teil eines GroupJoin ausgeführt werden soll.

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

Parameter

navigationPath
IReadOnlyList<INavigation>

Der enthaltene Navigationspfad.

querySourceRequiresTracking
Boolean

true, wenn für diese Abfragequelle die Nachverfolgung erforderlich ist.

existingGroupJoinInclude
Object

Ein möglicherweise null vorhandener Gruppenbeitritt enthält.

relatedEntitiesLoaders
Object

Die zugehörigen Entitätsladevorgänge.

Gibt zurück

Einen neuen Gruppenbeitritt einschließen.

Implementiert

Gilt für: