AsyncQueryMethodProvider.CreateGroupJoinInclude Metoda

Definicja

Tworzy sprzężenie grupy używane do opisywania operacji Dołączanie, które należy wykonać w ramach grupyJoin.

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>

Dołączona ścieżka nawigacji.

querySourceRequiresTracking
Boolean

wartość true, jeśli to źródło zapytania wymaga śledzenia.

existingGroupJoinInclude
Object

Możliwe, że istnieje dołączenie do grupy o wartości null.

relatedEntitiesLoaders
Object

Powiązane jednostki ładują.

Zwraca

Dołącz do nowej grupy.

Implementuje

Dotyczy