QueryMethodProvider.CreateGroupJoinInclude 方法

定义

创建组联接 include,用于描述应作为 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

相关实体加载程序。

返回

新的组加入包括。

实现

适用于