Contents

entityDescription(with:)

Requests an entity description for the managed object type affected by the change using the provided context.

Declaration

class func entityDescription(with context: NSManagedObjectContext) -> NSEntityDescription?

Parameters

  • context:

    The managed object context for this request.

Return Value

The entity description (NSEntityDescription) of the persistent history transaction entity.

See Also

Inspecting Change Metadata