destinationEntity(for:)
Returns the entity description for the destination entity of a given entity mapping.
Declaration
func destinationEntity(for mEntity: NSEntityMapping) -> NSEntityDescription?Parameters
- mEntity:
An entity mapping.
Return Value
The entity description for the destination entity of mEntity.
Discussion
Entity mappings do not store the actual description objects, but rather the name and version information of the entity.