Click or drag to resize
IDataQuerySettingsTQueryHaving Method (IWhereCondition)
Adds the given having conditions to the query.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
TQuery Having(
	params IWhereCondition[] conditions
)

Parameters

conditions
Type: CMS.DataEngineIWhereCondition
Having where conditions

Return Value

Type: TQuery
See Also