QuerySlice
Returns a subset of rows from an existing query
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The query object to which the rows should be returned. | |
|
|
| The first row to include in the new query. | |
|
|
| The number of rows to include, defaults to all remaining rows. |
|
Examples
Related
Last updated