A grouping property value

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

Syntax

Visual Basic (Declaration)
Public Shared Function GroupProperty ( _
	propertyName As String _
) As PropertyProjection
C#
public static PropertyProjection GroupProperty(
	string propertyName
)
Visual C++
public:
static PropertyProjection^ GroupProperty(
	String^ propertyName
)
JavaScript
NHibernate.Expression.Projections.groupProperty = function(propertyName);

Parameters

propertyName
Type: System..::.String

Return Value

See Also