execute(_:)
Passes a request to the persistent store without affecting the contents of the managed object context, and returns a persistent store result.
Declaration
func execute(_ request: NSPersistentStoreRequest) throws -> NSPersistentStoreResultPasses a request to the persistent store without affecting the contents of the managed object context, and returns a persistent store result.
func execute(_ request: NSPersistentStoreRequest) throws -> NSPersistentStoreResult