| PreProcessorHandleMethodCallDefaultIfEmpty Method  | 
            Handles the method call expression for a call to Queryable.DefaultIfEmpty.
            
 
Namespace: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlersAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxprotected virtual Expression HandleMethodCallDefaultIfEmpty(
	MethodCallExpression expressionToHandle
)
Protected Overridable Function HandleMethodCallDefaultIfEmpty ( 
	expressionToHandle As MethodCallExpression
) As Expression
Parameters
- expressionToHandle
 - Type: System.Linq.ExpressionsMethodCallExpression
The expression to handle. 
Return Value
Type: 
ExpressionDefaultIfEmptyExpression instance. It will reference the MemberExpression which leads to the right side of a group join.
See Also