deleteHistory(before:)
Purges history older than a given transaction.
Declaration
class func deleteHistory(before transaction: NSPersistentHistoryTransaction?) -> SelfParameters
- transaction:
The transaction that marks the end of the delete history request.
Return Value
A delete history change request (NSPersistentHistoryChangeRequest) using an end transaction boundary.