Click or drag to resize
IDataQuerySettingsTQueryHaving Method (ActionWhereCondition)
Adds the given where condition to the query. Creates a new where condition object and runs the setup actions on it.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
TQuery Having(
	Action<WhereCondition> condition
)

Parameters

condition
Type: SystemActionWhereCondition
Nested where condition

Return Value

Type: TQuery
See Also