RedBase Documentation

Welcome to the RedBase documentation portal. Browse the API reference, explore code examples, and learn how to build with REDB.

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

C ArithmeticExpression Arithmetic expression (Pro Only)
C ComparisonExpression Comparison expression (property operator value)
C ConstantValueExpression Constant value
C CustomFunctionExpression Custom SQL function (Pro Only)
C FilterExpression Base class for filter expressions
C FunctionCallExpression Function call on value (Pro Only)
C InExpression Expression for checking inclusion in list
C LogicalExpression Logical expression (AND, OR, NOT)
C NullCheckExpression Expression for null check
C OrderingExpression Sorting information.
C PropertyInfo Field information in expression
C PropertyValueExpression Reference to object property
C ValueExpression Base class for value expressions (Pro version)

Interfaces

I IExpressionVisitor<TResult> Interface for processing Expression Tree
I IFilterExpressionParser Parser for converting Where expressions to FilterExpression
I IOrderingExpressionParser Parser for converting OrderBy expressions to OrderingExpression

Enums

E ArithmeticOperator Arithmetic operators (Pro Only).
E ComparisonOperator Comparison operators
E LogicalOperator Logical operators
E PropertyFunction Functions that can be applied to property
E SortDirection Sort direction