QueryFilter - Represents a query filter.

Constructors

Properties

Methods

Constructors

  • Parameters

    • fieldId: number

      The id of the field to filter on.

    • operator: FilterOperators

      The operator for the filter.

    • value: null | string | number | Date

      The value for the filter.

    Returns QueryFilter

    • A new instance of the QueryFilter class.

    Throws

    • If the value is null and the operator is not IsNull or NotNull.

Properties

fieldId: number
operator: FilterOperators
value: null | string | number | Date

Methods

  • Returns string

    • The filter as a string.

    Method

    toString - Converts the filter to a string.