SelectExpression.ApplyCollectionJoin 메서드

정의

오버로드

ApplyCollectionJoin(Int32, Int32, Expression, INavigation, Type)
ApplyCollectionJoin(Int32, Int32, Expression, INavigationBase, Type, Boolean)

이전에 추가된 컬렉션 프로젝션을 적용합니다.

ApplyCollectionJoin(Int32, Int32, Expression, INavigation, Type)

public System.Linq.Expressions.Expression ApplyCollectionJoin (int collectionIndex, int collectionId, System.Linq.Expressions.Expression innerShaper, Microsoft.EntityFrameworkCore.Metadata.INavigation navigation, Type elementType);
member this.ApplyCollectionJoin : int * int * System.Linq.Expressions.Expression * Microsoft.EntityFrameworkCore.Metadata.INavigation * Type -> System.Linq.Expressions.Expression
Public Function ApplyCollectionJoin (collectionIndex As Integer, collectionId As Integer, innerShaper As Expression, navigation As INavigation, elementType As Type) As Expression

매개 변수

collectionIndex
Int32
collectionId
Int32
innerShaper
Expression
navigation
INavigation
elementType
Type

반환

적용 대상

ApplyCollectionJoin(Int32, Int32, Expression, INavigationBase, Type, Boolean)

이전에 추가된 컬렉션 프로젝션을 적용합니다.

public System.Linq.Expressions.Expression ApplyCollectionJoin (int collectionIndex, int collectionId, System.Linq.Expressions.Expression innerShaper, Microsoft.EntityFrameworkCore.Metadata.INavigationBase navigation, Type elementType, bool splitQuery = false);
member this.ApplyCollectionJoin : int * int * System.Linq.Expressions.Expression * Microsoft.EntityFrameworkCore.Metadata.INavigationBase * Type * bool -> System.Linq.Expressions.Expression
Public Function ApplyCollectionJoin (collectionIndex As Integer, collectionId As Integer, innerShaper As Expression, navigation As INavigationBase, elementType As Type, Optional splitQuery As Boolean = false) As Expression

매개 변수

collectionIndex
Int32

적용할 보류 중인 컬렉션의 컬렉션을 지정하는 int 값입니다.

collectionId
Int32

이 컬렉션 프로젝션과 연결된 고유한 컬렉션 ID의 int 값입니다.

innerShaper
Expression

이 컬렉션의 요소를 셰이핑하는 데 사용할 셰이퍼 식입니다.

navigation
INavigationBase

이 컬렉션과 연결된 탐색(있는 경우)입니다.

elementType
Type

컬렉션의 요소 형식입니다.

splitQuery
Boolean

컬렉션 쿼리가 다른 DbCommand로 실행될지 여부를 나타내는 값입니다.

반환

이 컬렉션의 셰이핑을 나타내는 식입니다.

적용 대상