AsyncQueryMethodProvider.CreateGroupJoinInclude 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立群組聯結包含,用來描述應該作為 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
相關的實體載入器。
傳回
新的群組聯結包括。