AggregatedColumnOver Property |
Over clause for the aggregation.
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
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public string Over { get; set; }
Property Value
Type:
StringSee Also