Dela via


SelectExpression.BindSubqueryProjectionIndex(Int32, IQuerySource) Method

Definition

Computes the bound expression corresponding to the supplied index and query source.

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

Parameters

projectionIndex
Int32

The index of projected expression in subquery.

querySource
Remotion.Linq.Clauses.IQuerySource

The originating query source.

Returns

The projected expression.

Applies to