An Aggregation

Namespace:  NHibernate.Expression
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class AggregateProjection _
	Inherits SimpleProjection
C#
[SerializableAttribute]
public class AggregateProjection : SimpleProjection
Visual C++
[SerializableAttribute]
public ref class AggregateProjection : public SimpleProjection
JavaScript
NHibernate.Expression.AggregateProjection = function();

Type.createClass(
	'NHibernate.Expression.AggregateProjection',
	NHibernate.Expression.SimpleProjection);

Inheritance Hierarchy

See Also