next( )


Retrieves the next page of aggregate results.

The next() function retrieves the next page of aggregate results.

The page size is defined by the limit() function.

If items are added or removed between calls to next() the values returned by WixDataAggregateResult may change.

Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:Promise<WixDataAggregateResult>
Was this helpful?
Yes
No