subentities
An array containing the sub-entities of the receiver.
Declaration
var subentities: [NSEntityDescription] { get set }Discussion
The sub-entities are instances of NSEntityDescription.
Special Considerations
Setting the sub-entities raises an exception if the receiver’s model has been used by an object graph manager.