PreProcessorHandleMethodCallElementAt Method  | 
 
            Handles the method call expression for a call to Queryable.ElementAt(OrDefault). This is handled by doing a page fetch of size 1. The page number
            is the parameter value specified (+1, as ElementAt is 0 based).
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlers
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxprotected virtual Expression HandleMethodCallElementAt(
	MethodCallExpression expressionToHandle
)
Protected Overridable Function HandleMethodCallElementAt ( 
	expressionToHandle As MethodCallExpression
) As Expression
Parameters
- expressionToHandle
 - Type: System.Linq.ExpressionsMethodCallExpression
The expression to handle. 
Return Value
Type: 
Expression
See Also