entities
The entities in the model.
Declaration
var entities: [NSEntityDescription] { get set }Discussion
Entities are instances of NSEntityDescription.
Special Considerations
Setting the entities for an object model raises an exception if the object model has been used by an object graph manager.