API Reference
Browse the REDB API documentation. Select a namespace or type from the tree on the left, or click on items below.
Showing: redb.Core.Query.QueryExpressions
Show all
redb.Core.Query.QueryExpressions
Classes
| ArithmeticExpression | Arithmetic expression (Pro Only) |
| ComparisonExpression | Comparison expression (property operator value) |
| ConstantValueExpression | Constant value |
| CustomFunctionExpression | Custom SQL function (Pro Only) |
| FilterExpression | Base class for filter expressions |
| FunctionCallExpression | Function call on value (Pro Only) |
| InExpression | Expression for checking inclusion in list |
| LogicalExpression | Logical expression (AND, OR, NOT) |
| NullCheckExpression | Expression for null check |
| OrderingExpression | Sorting information. |
| PropertyInfo | Field information in expression |
| PropertyValueExpression | Reference to object property |
| ValueExpression | Base class for value expressions (Pro version) |
Interfaces
| IExpressionVisitor<TResult> | Interface for processing Expression Tree |
| IFilterExpressionParser | Parser for converting Where expressions to FilterExpression |
| IOrderingExpressionParser | Parser for converting OrderBy expressions to OrderingExpression |
Enums
| ArithmeticOperator | Arithmetic operators (Pro Only). |
| ComparisonOperator | Comparison operators |
| LogicalOperator | Logical operators |
| PropertyFunction | Functions that can be applied to property |
| SortDirection | Sort direction |