次の方法で共有


QueryMethodProvider.CreateGroupJoinInclude メソッド

定義

GroupJoin の一部として実行する必要がある Include 操作を記述するために使用されるグループ結合インクルードを作成します。

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

パラメーター

navigationPath
IReadOnlyList<INavigation>

含まれているナビゲーション パス。

querySourceRequiresTracking
Boolean

このクエリ ソースで追跡が必要な場合は true。

existingGroupJoinInclude
Object

既存のグループ結合インクルードが null である可能性があります。

relatedEntitiesLoaders
Object

関連エンティティ ローダー。

戻り値

新しいグループ結合インクルード。

実装

適用対象