usesStoreSpecificMigrationManager
A Boolean value that indicates whether the migration manager tries to use a store specific migration manager to perform the migration.
Declaration
var usesStoreSpecificMigrationManager: Bool { get set }Return Value
true if the receiver uses a store-specific migration manager, otherwise false.
Discussion
true if the receiver uses a store-specific migration manager, otherwise false. The default value is true.
A store-specific migration manager class is not guaranteed to perform any of the migration manager delegate callbacks or update values for the observable properties.