共用方式為


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

原始查詢來源。

傳回

投影運算式。

適用於