FieldArrayOperand provides methods that allows the filtering of Many/ Multiple fields.

Type parameters

  • T: Type

Hierarchy

Properties

Readonly not

not: this

Logical negation.

Methods

all

  • The list is included in a specified list.

    Parameters

    Returns Filter

has

  • The value is included in a specified list.

    Parameters

    • x: FieldOperand<T> | ConstOperandType<T>

      Field or constant that a collection item field with multiple values has to contain.

    Returns Filter