SelectExpression.BindSubqueryProjectionIndex(Int32, IQuerySource) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework