[Missing <summary> documentation for "M:Remotion.Linq.Parsing.ThrowingExpressionTreeVisitor.BaseVisitSubQueryExpression(Remotion.Linq.Clauses.Expressions.SubQueryExpression)"]

Namespace: Remotion.Linq.Parsing
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected Expression BaseVisitSubQueryExpression(
	SubQueryExpression expression
)
Visual Basic
Protected Function BaseVisitSubQueryExpression ( _
	expression As SubQueryExpression _
) As Expression
Visual C++
protected:
Expression^ BaseVisitSubQueryExpression(
	SubQueryExpression^ expression
)

Parameters

expression
Type: Remotion.Linq.Clauses.Expressions..::..SubQueryExpression

[Missing <param name="expression"/> documentation for "M:Remotion.Linq.Parsing.ThrowingExpressionTreeVisitor.BaseVisitSubQueryExpression(Remotion.Linq.Clauses.Expressions.SubQueryExpression)"]

Return Value

[Missing <returns> documentation for "M:Remotion.Linq.Parsing.ThrowingExpressionTreeVisitor.BaseVisitSubQueryExpression(Remotion.Linq.Clauses.Expressions.SubQueryExpression)"]

See Also