Skip to content

Criteria

An array of criteria to apply within this block.

1
 Array<`Comparison` : ( `"Equals"` | `"Different"` | `"LessThan"` | `"GreaterThan"` | `"LessThanOrEqualTo"` | `"GreaterThanOrEqualTo"` | `"Like"` )

The comparison operator to use. Defaults to "Equals".

Condition : ( "And" | "Or" )
The condition to combine this criteria with the next one. If not specified, defaults to "And".

Expression : string
An expression for the criteria.

IgnoredValues : any
An array of values to ignore.

Value : any
The value or expression to compare against.

ValueType : ( "Direct" | "Expression" )
The type of the > myQueryBlock.Criteria