PreProcessorHandleMethodCallSelectMany Method |
Handles the method call expression for a call to Queryable.SelectMany
Namespace: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlersAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected virtual Expression HandleMethodCallSelectMany(
MethodCallExpression expressionToHandle
)
Protected Overridable Function HandleMethodCallSelectMany (
expressionToHandle As MethodCallExpression
) As Expression
Parameters
- expressionToHandle
- Type: System.Linq.ExpressionsMethodCallExpression
The expression to handle.
Return Value
Type:
ExpressionJoinExpression, with LeftSelector and RightSelector set to null, as it implies a cross join.
See Also