Skip to main content

Class: Expression<T>

For AI agents: see llms.txt for the complete documentation index. Markdown versions are available by adding .md to a page URL or requesting Accept: text/markdown.

server.Expression

Expressions are evaluated to produce a Value in the course of executing a query.

To construct an expression, use the FilterBuilder provided within filter.

Type parameters

NameTypeDescription
Textends Value | undefinedThe type that this expression evaluates to.