[ROOT] / doc / toc / ARCQuery / Class / BinaryOperatorKey / __TOCDet
| Key | Value | 
|---|---|
| Assembly | ARCQuery | 
| DocFragType | Class | 
| Name | BinaryOperatorKey | 
| Namespace | ARCQuery | 
| Type | BinaryOperatorKey | 
ClassAttribute
| Key | Value | 
|---|---|
| AssemblyName | ARCQuery | 
| BaseTypes | CompoundKey | 
| ClassNamespace | ARCQuery | 
| ClassType | BinaryOperatorKey | 
Offers expressions with operators like +, -, * and /.
An implementation of CompoundKey that operates on two operands which themselves can be CompoundKeys.
Example 1): For 'Customer', "SELECT FirstName+' '+LastName" (Operator plus, +).
Example 2): For 'Customer', 'SELECT DateOfBirth().Year-2021 AS Age. (Operator minus, -).
Example 3): For 'Orderline', 'SELECT Product.Name, Quantity, Product.UnitPrice, Product.UnitPrice*Quantity AS Sum' (Operator multiply / '*').
Generated 2025-10-31 14:10:37.642 UTC