Offset ignores the first n results. It only has effect on `One()`, `All()` and `Next()`. A negative offset cancels any previous offset settings.
(int)
| 39 | // Offset ignores the first n results. It only has effect on `One()`, `All()` |
| 40 | // and `Next()`. A negative offset cancels any previous offset settings. |
| 41 | Offset(int) Result |
| 42 | |
| 43 | // OrderBy receives one or more field names that define the order in which |
| 44 | // elements will be returned in a query, field names may be prefixed with a |
no outgoing calls