A property value sum

Namespace: NHibernate.Criterion
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static AggregateProjection Sum(
	Expression<Func<Object>> expression
)
Visual Basic
Public Shared Function Sum ( _
	expression As Expression(Of Func(Of Object)) _
) As AggregateProjection
Visual C++
public:
static AggregateProjection^ Sum(
	Expression<Func<Object^>^>^ expression
)

Parameters

expression
Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'Object>)>)>>)>)>

[Missing <param name="expression"/> documentation for "M:NHibernate.Criterion.Projections.Sum(System.Linq.Expressions.Expression{System.Func{System.Object}})"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Criterion.Projections.Sum(System.Linq.Expressions.Expression{System.Func{System.Object}})"]

See Also