Does this projection specify grouping attributes?

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

Syntax

Visual Basic (Declaration)
ReadOnly Property IsGrouped As Boolean
C#
bool IsGrouped { get; }
Visual C++
property bool IsGrouped {
	bool get ();
}
JavaScript
function get_isGrouped();

See Also