Sets the text that should appear after the GROUP BY.

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

Syntax

C#
public SqlSelectBuilder SetGroupByClause(
	string groupByClause
)
Visual Basic
Public Function SetGroupByClause ( _
	groupByClause As String _
) As SqlSelectBuilder
Visual C++
public:
SqlSelectBuilder^ SetGroupByClause(
	String^ groupByClause
)

Parameters

groupByClause
Type: System..::..String
The groupByClause to set

Return Value

The SqlSelectBuilder

See Also