PreProcessorHandleMethodCallSelect Method  | 
 
            Handles the method call expression for a call to Queryable.Select.
            
 
    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 HandleMethodCallSelect(
	MethodCallExpression expressionToHandle
)
Protected Overridable Function HandleMethodCallSelect ( 
	expressionToHandle As MethodCallExpression
) As Expression
Parameters
- expressionToHandle
 - Type: System.Linq.ExpressionsMethodCallExpression
The expression to handle. 
Return Value
Type: 
ExpressionLinq expresison which represents the Select call
See Also