Click or drag to resize
GenericExpressionHandlerHandleNewArrayExpression Method
Handles the new array expression.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual Expression HandleNewArrayExpression(
	NewArrayExpression expressionToHandle
)

Parameters

expressionToHandle
Type: System.Linq.ExpressionsNewArrayExpression
The expression to handle.

Return Value

Type: Expression
the handled expression
See Also