Click or drag to resize
SqlHelperApplyOver Method
Applies the over clause to the given expression

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static string ApplyOver(
	string expression,
	string over
)

Parameters

expression
Type: SystemString
Expression
over
Type: SystemString
Over clause. When null, over clause is not generated at all, otherwise it is generated even when value is an empty string, in such case " OVER ()" is generated

Return Value

Type: String
See Also