Click or drag to resize

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

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