Class ParamBoundedFilter<T>

OData filter builder

Type Parameters

  • T = any

Hierarchy (view full)

Constructors

Properties

#params: SystemQueryOptions<any>

Methods

  • The value of a field matches any value in the list.

    Parameters

    • name: keyof T
    • values: string[]

    Returns this

    Deprecated

    please use filter.field().in()

  • The value of a field matches any value in the list.

    Parameters

    • name: keyof T
    • values: string[] = []

    Returns this

    Deprecated

    please use filter.field().in()

  • DEPRECATED

    please use betweenDateTime/betweenDateTimeOffset

    Parameters

    • name: keyof T
    • start: Date
    • end: Date

    Returns this

    Deprecated

Generated using TypeDoc