SelectExpression.BindSubqueryProjectionIndex(Int32, IQuerySource) Yöntem

Tanım

Sağlanan dizine ve sorgu kaynağına karşılık gelen ilişkili ifadeyi hesaplar.

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

Parametreler

projectionIndex
Int32

Alt sorgudaki öngörülen ifadenin dizini.

querySource
Remotion.Linq.Clauses.IQuerySource

Kaynak sorgu kaynağı.

Döndürülenler

Öngörülen ifade.

Şunlara uygulanır