WindowFunctionsCumeDist Method  | 
 
            Creates a CUME_DIST() function call returning a value of type System.Double. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic static FunctionMappingExpression CumeDist()
Public Shared Function CumeDist As FunctionMappingExpression
Return Value
Type: 
FunctionMappingExpressionFunction mapping expression representing the function call
RemarksBe sure to append an Over() clause to this function call.
See Also