Click or drag to resize
DataQuerySettingsBaseTQueryHaving Method (String, Boolean)
Specifies the having condition

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public virtual 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

Implements

IDataQuerySettingsTQueryHaving(String, Boolean)
See Also