GenericExpressionHandlerHandleBinaryExpressionArithmeticOrBitOperator Method |
Handles the binary expression with arithmetic or bit operator.
Namespace:
SD.LLBLGen.Pro.QuerySpec
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax protected virtual Expression HandleBinaryExpressionArithmeticOrBitOperator(
BinaryExpression expressionToHandle
)
Protected Overridable Function HandleBinaryExpressionArithmeticOrBitOperator (
expressionToHandle As BinaryExpression
) As Expression
Parameters
- expressionToHandle
- Type: System.Linq.ExpressionsBinaryExpression
The binary expression.
Return Value
Type:
ExpressionExpression which represents the interpreted binary expression in LLBLGen Pro form
See Also