Interface IQueryBuilderExpression

Describe the expressions part of a QueryBuilder.

Index

Properties

Optional advanced

advanced: string

The advanced part of the expression

Optional basic

basic: string

The basic part of the expression

Optional constant

constant: string

The constant part of the expression

Optional disjunction

disjunction: string

The disjunction part of the expression

Optional full

full: string

The whole expression

Optional withoutConstant

withoutConstant: string

The full part, but without the constant.

Hierarchy

  • IQueryBuilderExpression