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

Syntax

Visual Basic (Declaration)
Protected Friend Sub New ( _
	grouped As Boolean _
)
C#
protected internal IdentifierProjection(
	bool grouped
)
Visual C++
protected public:
IdentifierProjection(
	bool grouped
)
JavaScript
NHibernate.Expression.IdentifierProjection = function(grouped);

Parameters

grouped
Type: System..::.Boolean

See Also