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.Filtering Show all

redb.Core.Query.Filtering

Classes

C ArrayAnd AND node - all child conditions must be true.
C ArrayFilterExtractor [OBSOLETE] This class is no longer used in Pro version.
C ArrayFilterNode Tree structure for ArrayContains filter operations.
C ArrayLeaf Leaf node - a specific operation on an array field.
C ArrayNot NOT node - negation of inner condition.
C ArrayOr OR node - at least one child condition must be true.
C FilterFieldExtractor Extracts field information from FilterExpression tree.

Enums

E ArrayLeafOperator Operators for array leaf nodes.

redb.Core.Query.Filtering.ArrayFilterExtractor

Classes

C ArrayFilterExtractor.ExtractionResult Extraction result containing both PVT filter and Array filter.