Click or drag to resize
CountColumn Constructor
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public CountColumn(
	string expression = null
)

Parameters

expression (Optional)
Type: SystemString
Expression to count. Leave empty for COUNT(*)
See Also