PreProcessorHandleMethodCallLast Method  | 
 
            Handles the method call expression for a call to Queryable.Last or LastOrDefault. 
            
 
    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 HandleMethodCallLast(
	MethodCallExpression expressionToHandle,
	bool isDefault
)
Protected Overridable Function HandleMethodCallLast ( 
	expressionToHandle As MethodCallExpression,
	isDefault As Boolean
) As Expression
Parameters
- expressionToHandle
 - Type: System.Linq.ExpressionsMethodCallExpression
 - isDefault
 - Type: SystemBoolean
if set to true, the call is a call to Queryable.LastOrDefault 
Return Value
Type: 
Expression
See Also