init(fetchRequest:)
Creates a request that deletes the results of the specified fetch request.
Declaration
init(fetchRequest fetch: NSFetchRequest<any NSFetchRequestResult>)Parameters
- fetch:
The fetch request that identifies the managed objects to delete.