PhoneFieldOperand provides methods for filtering by Phone number type fields.

Type parameters

Hierarchy

Properties

Readonly not

not: this

Logical negation.

Methods

eq

  • The field’s value is equal to another field or constant, or it is undefined.

    Parameters

    Returns Filter

gt Deprecated

  • Избегайте использования этого метода для поля типа Телефон.

    Поле больше другого поля или константы.

    Parameters

    Returns Filter

gte Deprecated

  • Используйте методы eq() и neq().

    Поле больше или равно другому полю или константе.

    Parameters

    Returns Filter

in

like

  • like(x: string): Filter
  • Filtering based on whether the substring is included in the variable or constant.

    Parameters

    • x: string

    Returns Filter

lt Deprecated

  • Избегайте использования этого метода для поля типа Телефон.

    Поле меньше другого поля или константы.

    Parameters

    Returns Filter

lte Deprecated

  • Используйте методы eq() и neq().

    Поле меньше или равно другому полю или константе.

    Parameters

    Returns Filter

neq

  • The field’s value is not equal to another field or constant, or it is undefined.

    Parameters

    Returns Filter