Contents

sourceEntityName

The source entity name for the entity mapping.

Declaration

var sourceEntityName: String? { get set }

Discussion

Mappings are not directly bound to entity descriptions; you can use the sourceEntity(for:) method on the migration manager to retrieve the entity description for this entity name.

See Also

Related Documentation

Managing Source Information