Click or drag to resize
SqlHelperGetAggregation Method
Gets the aggregation expression from the given expression

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetAggregation(
	string expression,
	AggregationType type
)

Parameters

expression
Type: SystemString
Expression
type
Type: CMS.DataEngineAggregationType
Aggregation type

Return Value

Type: String
See Also