Click or drag to resize
DataQuerySettingsBaseTQueryHavingCondition Property
Where condition for the group by on the data, e.g. "DocumentName = 'ABC'"

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public string HavingCondition { get; set; }

Property Value

Type: String

Implements

IDataQuerySettingsHavingCondition
See Also