WindowFunctionsRank Method  | 
 
            Creates a 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.9.0.0 (5.9.0)
Syntaxpublic static FunctionMappingExpression Rank()
Public Shared Function Rank 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