共用方式為


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

相關的實體載入器。

傳回

新的群組聯結包括。

實作

適用於