Sets the prebuilt SqlString to the Having clause

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

Syntax

C#
public SqlSelectBuilder SetHavingClause(
	SqlString havingSqlString
)
Visual Basic
Public Function SetHavingClause ( _
	havingSqlString As SqlString _
) As SqlSelectBuilder
Visual C++
public:
SqlSelectBuilder^ SetHavingClause(
	SqlString^ havingSqlString
)

Parameters

havingSqlString
Type: NHibernate.SqlCommand..::..SqlString
The SqlString that contains the sql and parameters to add to the HAVING

Return Value

This SqlSelectBuilder

See Also