---
title: destinationEntityName
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nsentitymapping/destinationentityname
---

# destinationEntityName

The destination entity name for the entity mapping.

## Declaration

```swift
var destinationEntityName: String? { get set }
```

## Discussion

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

- [sourceEntityName](coredata/nsentitymapping/sourceentityname.md)

### Managing Destination Information

- [destinationEntityVersionHash](coredata/nsentitymapping/destinationentityversionhash.md)
