[Missing <summary> documentation for "M:NHibernate.Linq.Visitors.NhExpressionTreeVisitor.VisitNhAggregate(NHibernate.Linq.Expressions.NhAggregatedExpression)"]

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

Syntax

C#
protected virtual Expression VisitNhAggregate(
	NhAggregatedExpression expression
)
Visual Basic
Protected Overridable Function VisitNhAggregate ( _
	expression As NhAggregatedExpression _
) As Expression
Visual C++
protected:
virtual Expression^ VisitNhAggregate(
	NhAggregatedExpression^ expression
)

Parameters

expression
Type: NHibernate.Linq.Expressions..::..NhAggregatedExpression

[Missing <param name="expression"/> documentation for "M:NHibernate.Linq.Visitors.NhExpressionTreeVisitor.VisitNhAggregate(NHibernate.Linq.Expressions.NhAggregatedExpression)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Linq.Visitors.NhExpressionTreeVisitor.VisitNhAggregate(NHibernate.Linq.Expressions.NhAggregatedExpression)"]

See Also