QueryMethodProvider.CreateGroupJoinInclude Metoda

Definicja

Tworzy dołączanie do grupy używane do opisania operacji Dołączanie, która powinna być wykonywana jako część grupyWłączenie.

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

Dołączanie istniejącej grupy może mieć wartość null.

relatedEntitiesLoaders
Object

Moduły ładujących powiązane jednostki.

Zwraca

Dołącz do nowej grupy.

Implementuje

Dotyczy