Does this projection specify grouping attributes?

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

Syntax

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

See Also