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

原始查询源。

返回

投影的表达式。

适用于