IDataQuerySettingsTQueryHaving Method (String, Boolean) |
Specifies the group by having condition
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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:
TQuerySee Also