ComponentOne DataObjects for .NET
Operators
DataObjects for .NET (Enterprise Edition) > Features and Techniques > DataObjects for .NET Expressions > Operators

Comparison operators: <, >, <=, >=, <>, =, IN, LIKE (both wildcards * and % can be used in LIKE)

Boolean operators: AND, OR, NOT

Arithmetic operators: +, -, *, /, % (modulus).

String operator: + (concatenation)