次の方法で共有


ProjectionExpressionVisitor.VisitSubQuery(SubQueryExpression) メソッド

定義

サブクエリにアクセスします。

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

パラメーター

expression
Remotion.Linq.Clauses.Expressions.SubQueryExpression

サブクエリ式。

戻り値

入力サブクエリ式を表すコンパイル済みクエリ式フラグメント。

適用対象