PreProcessorHandleArrayIndexExpression Method |
Handles the ArrayIndex expression.
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)
Syntax protected override Expression HandleArrayIndexExpression(
BinaryExpression expressionToHandle
)
Protected Overrides Function HandleArrayIndexExpression (
expressionToHandle As BinaryExpression
) As Expression
Parameters
- expressionToHandle
- Type: System.Linq.ExpressionsBinaryExpression
The expression to handle.
Return Value
Type:
Expressionthe handled binary expression
See Also