Freigeben über


ProjectionExpressionVisitor.VisitSubQuery(SubQueryExpression) Methode

Definition

Besuchen Sie eine Unterabfrage.

protected override System.Linq.Expressions.Expression VisitSubQuery (Remotion.Linq.Clauses.Expressions.SubQueryExpression expression);
override this.VisitSubQuery : Remotion.Linq.Clauses.Expressions.SubQueryExpression -> System.Linq.Expressions.Expression
Protected Overrides Function VisitSubQuery (expression As SubQueryExpression) As Expression

Parameter

expression
Remotion.Linq.Clauses.Expressions.SubQueryExpression

Der Unterabfrageausdruck.

Gibt zurück

Ein kompiliertes Abfrageausdruckfragment, das den Eingabeunterabfrageausdruck darstellt.

Gilt für: