IQueryMethodProvider.CreateGroupJoinInclude 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建组联接 include,用于描述应作为 GroupJoin 的一部分执行的 Include 操作。
public 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
Public 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
相关实体加载程序。
返回
包括新的组加入。