다음을 통해 공유


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

관련 엔터티 로더입니다.

반환

새 그룹 조인은 다음과 같습니다.

구현

적용 대상