What are the different delete rules that a relationship can have? Which one takes ownership?
Answer / Saurabh Agarwal
"Cascade", "Nullify", and "Deny" are the three delete rules for relationships in Core Data. "Cascade" deletes the related objects when the parent object is deleted. "Nullify" sets the relationship to nil for the related objects when the parent object is deleted. "Deny" prevents the parent object from being deleted if it has related objects. Among these, "Cascade" takes ownership of the related objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is block in ios swift?
What is a struct?
What are the limits of accessibility ?
What is atomic and nonatomic in iOS operating system? What is run loop in iOS ?
What is ios architecture?
How can mobile application errors be prevented?
What is code signing in iOS operating system?
What are the features is ios 12.1?
Which app specific objects store the app's content?
What are transient properties?
What is bundle id?
What is mvvm in ios?