Click or drag to resize

PreProcessor.HandleMethodCallLast 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.10.0.0 (5.10.0)
Syntax
protected virtual Expression HandleMethodCallLast(
	MethodCallExpression expressionToHandle,
	bool isDefault
)

Parameters

expressionToHandle
Type: System.Linq.Expressions.MethodCallExpression
isDefault
Type: System.Boolean
if set to true, the call is a call to Queryable.LastOrDefault

Return Value

Type: Expression
See Also