Back to Devexpress

Criteria Operators

corelibraries-2129-devexpress-data-library-criteria-operators.md

latest2.8 KB
Original Source

Criteria Operators

  • Sep 28, 2022

The table below lists all the operators provided by DevExpress Data Library.

Operator (class)Description
AggregateOperandAn aggregate operator which calculates aggregate expressions (MIN, MAX, SUM, etc.)
BetweenOperatorAn operator which determines whether a criteria expression lies between the specified range of values.
BinaryOperatorA logical expression which consists of a BinaryOperatorType operation between two operands.
ContainsOperatorAn operator which checks if a collection contains at least one object matching a specific criteria.
FunctionOperatorA function operator based on a FunctionOperatorType.
GroupOperatorA logical expression which groups two or more operands with a logical AND or OR.
InOperatorAn operator which determines if a value matches any value in a specified list.
JoinOperandAn operator that joins persistent objects on a specified condition, and calculates aggregate functions against matching objects.
UnaryOperatorAn unary operator which performs an operation on only one expression.
OperandPropertyAn object property operand in criteria expressions.
OperandValueA value operand in criteria expressions.
ConstantValueA constant value operand in criteria expressions.

See Also

Build Criteria - Cheat Sheet

Simplified Criteria Syntax

Criteria Language Syntax

Build Criteria - Cheat Sheet

How to: Implement a Custom Criteria Language Function Operator

How to: Implement a Full-Text Search