File

src/core/smart-data-source/iquery.ts

Description

A query that the SmartDataSource can use to request/update data.

Index

Properties

Properties

filter
filter: SmartFilterDescriptor | string
Type : SmartFilterDescriptor | string
Optional

The filter to apply to the query.

skip
skip: number
Type : number
Optional

The number of records to skip.

sort
sort: SortDescriptor[]
Type : SortDescriptor[]
Optional

The sort direction that should be used.

tableRef
tableRef: string
Type : string
Optional

The name of the table that should be queried.

top
top: number
Type : number
Optional

The maximum number of records to fetch.

result-matching ""

    No results matching ""