mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-07-10 23:02:48 +02:00
WIP
This commit is contained in:
@@ -34,7 +34,7 @@ import CoreData
|
||||
Sample usage:
|
||||
```
|
||||
let employees = transaction.fetchAll(
|
||||
From(MyPersonEntity),
|
||||
From<MyPersonEntity>(),
|
||||
Tweak { (fetchRequest) -> Void in
|
||||
fetchRequest.includesPendingChanges = false
|
||||
fetchRequest.fetchLimit = 5
|
||||
|
||||
Reference in New Issue
Block a user