Contents

sourceEntityVersionHash

The version hash of the source entity for the entity mapping.

Declaration

var sourceEntityVersionHash: 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 sourceEntityVersionHash must equal the version hash of the source entity represented by the mapping.

See Also

Related Documentation

Managing Source Information