Does this projection specify aggregate attributes?

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

Syntax

C#
bool IsAggregate { get; }
Visual Basic
ReadOnly Property IsAggregate As Boolean
	Get
Visual C++
property bool IsAggregate {
	bool get ();
}

See Also