Click or drag to resize
IDataQuerySettingsTQueryHaving Method (String, Boolean)
Specifies the group by having condition

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
TQuery Having(
	string having,
	bool replace = false
)

Parameters

having
Type: SystemString
Having condition
replace (Optional)
Type: SystemBoolean
If true, the having condition replaces the original having condition

Return Value

Type: TQuery
See Also