Contents

init(objectIDs:)

Creates a request that deletes the managed objects with the specified identifiers.

Declaration

convenience init(objectIDs objects: [NSManagedObjectID])

Parameters

  • objects:

    The array that contains the identifiers of the managed objects to delete.

Discussion

See Also

Creating a Request