ProjectionExpressionVisitor.VisitSubQuery(SubQueryExpression) Yöntem

Tanım

Bir alt sorgu ziyaret edin.

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

Parametreler

expression
Remotion.Linq.Clauses.Expressions.SubQueryExpression

Alt sorgu ifadesi.

Döndürülenler

Expression

Giriş alt sorgu ifadesini temsil eden derlenmiş bir sorgu ifadesi parçası.

Şunlara uygulanır