SelectExpression.BindSubqueryProjectionIndex(Int32, IQuerySource) 메서드

정의

제공된 인덱스 및 쿼리 원본에 해당하는 바인딩된 식을 계산합니다.

public virtual System.Linq.Expressions.Expression BindSubqueryProjectionIndex (int projectionIndex, Remotion.Linq.Clauses.IQuerySource querySource);
abstract member BindSubqueryProjectionIndex : int * Remotion.Linq.Clauses.IQuerySource -> System.Linq.Expressions.Expression
override this.BindSubqueryProjectionIndex : int * Remotion.Linq.Clauses.IQuerySource -> System.Linq.Expressions.Expression
Public Overridable Function BindSubqueryProjectionIndex (projectionIndex As Integer, querySource As IQuerySource) As Expression

매개 변수

projectionIndex
Int32

하위 쿼리에서 프로젝싱된 식의 인덱스입니다.

querySource
Remotion.Linq.Clauses.IQuerySource

원래 쿼리 원본입니다.

반환

프로젝스된 식입니다.

적용 대상