<!--
{
  "availability" : [
    "iOS: 3.0.0 -",
    "iPadOS: 3.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.5.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreData",
  "identifier" : "/documentation/CoreData/NSEntityMapping/destinationEntityName",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Core Data"
    ],
    "preciseIdentifier" : "c:objc(cs)NSEntityMapping(py)destinationEntityName"
  },
  "title" : "destinationEntityName"
}
-->

# destinationEntityName

The destination entity name for the entity mapping.

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

## Discussion

Mappings are not directly bound to entity descriptions. You can use the migration manager’s [`destinationEntity(for:)`](/documentation/CoreData/NSMigrationManager/destinationEntity(for:)) method to retrieve the entity description for this entity name.

## See Also

[`sourceEntityName`](/documentation/CoreData/NSEntityMapping/sourceEntityName)

The source entity name for the entity mapping.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)