Contents

destinationEntityName

The destination entity name for the entity mapping.

Declaration

var destinationEntityName: String? { get set }

Discussion

Mappings are not directly bound to entity descriptions. You can use the migration manager’s destinationEntity(for:) method to retrieve the entity description for this entity name.

See Also

Related Documentation

Managing Destination Information