The QueryBuilder object supports the following operators:
The three tables below describe the overloaded operators which you can use with QueryBuilder objects.
| Operator | Description |
|---|---|
< |
Less than. |
<= |
Less than or equal to. |
== |
Equal to. |
<> |
Not equal to. |
> |
Greater than. |
>= |
Greater than or equal to. |
Other Operators
| Operator | Description |
|---|---|
+ |
Add |
- |
Subtract |
* |
Multiply |
/ |
Divide |
abs |
Absolute value of |
** |
To the power of |
% |
Mod |
Logical Operators
| Operator | Description |
|---|---|
& |
AND |
| |
OR |
~ |
NOT |