WindowFunctionsDenseRank Method  | 
 
            Creates a DENSE_RANK() function call returning value of type System.Int64. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic static FunctionMappingExpression DenseRank()
Public Shared Function DenseRank 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