Click or drag to resize
AggregatedColumn Constructor (AggregationType, String)
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public AggregatedColumn(
	AggregationType aggregation,
	string expression
)

Parameters

aggregation
Type: CMS.DataEngine.AggregationType
Aggregation type
expression
Type: System.String
Column name expression
See Also