AggregatedColumn Constructor (AggregationType, String) |
Constructor
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public AggregatedColumn(
AggregationType aggregation,
string expression
)
Parameters
- aggregation
- Type: CMS.DataEngineAggregationType
Aggregation type - expression
- Type: SystemString
Column name expression
See Also