共用方式為


IQueryMethodProvider.CreateGroupJoinInclude 方法

定義

建立群組聯結,用來描述應作為 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

相關的實體載入器。

傳回

新的群組聯結包括。

適用於