[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-04-04 20:29:43.716 UTC