WindowFunctionsLead Method (Object) | 
 
            Creates a LEAD(scalar_expression, offset, defaultValue) function call returning a value of the type the scalar expression resolves to
            
 
    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 Lead(
	Object scalar_expression
)
Public Shared Function Lead ( 
	scalar_expression As Object
) As FunctionMappingExpression
Parameters
- scalar_expression
 - Type: SystemObject
the value to return 
Return Value
Type: 
FunctionMappingExpressionFunction mapping expression representing the function call
RemarksBe sure to append an Over() clause to this function call.
See Also