The destination entity name for the entity mapping.
SDKs
- iOS 3.0+
- macOS 10.5+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Core Data
Declaration
var destinationEntityName: String? { get set }
Discussion
Mappings are not directly bound to entity descriptions. You can use the migration manager’s destination
method to retrieve the entity description for this entity name.