PreProcessorHandleMethodCallAllAny Method  | 
 
            Handles the method call expression for a call to Queryable.All or Queryable.Any.
            
 
    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 HandleMethodCallAllAny(
	MethodCallExpression expressionToHandle,
	bool isAll
)
Protected Overridable Function HandleMethodCallAllAny ( 
	expressionToHandle As MethodCallExpression,
	isAll As Boolean
) As Expression
Parameters
- expressionToHandle
 - Type: System.Linq.ExpressionsMethodCallExpression
The expression to handle. - isAll
 - Type: SystemBoolean
if set to true [is all]. 
Return Value
Type: 
Expression
See Also