Contents

destinationEntityVersionHash

The version hash for the destination entity for the entity mapping.

Declaration

var destinationEntityVersionHash: Data? { get set }

Discussion

The version hash is calculated by Core Data based on the property values of the entity (see NSEntityDescription’s versionHash method). The destinationEntityVersionHash must equal the version hash of the destination entity represented by the mapping.

See Also

Related Documentation

Managing Destination Information