offset property

int offset
getter/setter pair

starting value of the result list from the database. For example, if you want to do paging on the server side.

Implementation

int offset = 0;