SqlHelperApplyOver Method |
Applies the over clause to the given expression
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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:
StringSee Also