Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected virtual Expression HandleBinaryExpressionArithmeticOrBitOperator(
	BinaryExpression expressionToHandle
)

Parameters

expressionToHandle
Type: System.Linq.ExpressionsBinaryExpression
The binary expression.

Return Value

Type: Expression
Expression which represents the interpreted binary expression in LLBLGen Pro form
See Also