A Count

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

Syntax

C#
[SerializableAttribute]
public class CountProjection : AggregateProjection
Visual Basic
<SerializableAttribute> _
Public Class CountProjection _
	Inherits AggregateProjection
Visual C++
[SerializableAttribute]
public ref class CountProjection : public AggregateProjection

Inheritance Hierarchy

See Also