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.DataEngineAggregationType
Aggregation type
expression
Type: SystemString
Column name expression
See Also