mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #9930 from manuth/patch-3
This commit is contained in:
commit
c88592d768
@ -110,7 +110,7 @@ foreach ($members as $member) {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
They are some limitations:
|
There are some limitations:
|
||||||
* `chunkedFetch()` will ignore any limit or offset you have applied to your DataList
|
* `chunkedFetch()` will ignore any limit or offset you have applied to your DataList
|
||||||
* you cannot "count" a chunked list or do any other call against it aside from iterating it
|
* you cannot "count" a chunked list or do any other call against it aside from iterating it
|
||||||
* while iterating over a chunked list, you cannot perform any operation that would alter the order of the items.
|
* while iterating over a chunked list, you cannot perform any operation that would alter the order of the items.
|
||||||
|
Loading…
Reference in New Issue
Block a user