Method DacPagedDataStore():setAbsolutePageSize() Foundation

Retrieves or dimensions the page size of the cache.

Syntax
:setAbsolutePageSize( [<nRows>] ) --> nOldPageSize
Parameters
<nRows>
The numeric parameter <nRows> specifies how many rows of data can be loaded into one page of the cache.
Return

If the method is called without a parameter, it returns the current page size of the cache. If <nRows> is specified, the cache size is set accordingly and the old value is returned.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.