Kentico 11 API Reference
Kentico 11 API Reference
Namespaces
CMS.DataEngine Namespaces
CMS.DataEngine
DataQuerySettingsBase(TQuery) Class
DataQuerySettingsBase(TQuery) Methods
Having Method
Having Method (IWhereCondition[])
Having Method (Action(WhereCondition))
Having Method (String, Boolean)
DataQuerySettingsBase
TQuery
Having Method (String, Boolean)
Specifies the having condition
Namespace:
CMS.DataEngine
Assembly:
CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
Copy
public
TQuery
Having
(
string
having
,
bool
replace
=
false
)
Parameters
having
Type:
System
String
Having condition
replace
(Optional)
Type:
System
Boolean
If true, the having condition replaces the original having condition
Return Value
Type:
TQuery
Implements
IDataQuerySettings
TQuery
Having(String, Boolean)
See Also
Reference
DataQuerySettingsBase
TQuery
Class
Having Overload
CMS.DataEngine Namespace
Copyright (c) 2017 Kentico Software
Send comments on this topic to
support@kentico.com