QueryResult

Interface

The result of data source's query method.

Properties

PropertyTypeNotes
number

The number of result records.

string[]

The jimuFieldName.

IMQueryParams

The query parameters that generate the result.

Records of the query result.

count

optional
Interface Property
count: number

The number of result records.

fields

optional
Interface Property
fields: string[]

The jimuFieldName.

queryParams

Interface Property
queryParams: IMQueryParams

The query parameters that generate the result.

records

optional
Interface Property
records: DataRecord[]

Records of the query result.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.