NSEntityMigrationPolicy.CreateDestinationInstancesForSourceInstance Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("createDestinationInstancesForSourceInstance:entityMapping:manager:error:")]
public virtual bool CreateDestinationInstancesForSourceInstance (CoreData.NSManagedObject sInstance, CoreData.NSEntityMapping mapping, CoreData.NSMigrationManager manager, out Foundation.NSError error);
abstract member CreateDestinationInstancesForSourceInstance : CoreData.NSManagedObject * CoreData.NSEntityMapping * CoreData.NSMigrationManager * -> bool
override this.CreateDestinationInstancesForSourceInstance : CoreData.NSManagedObject * CoreData.NSEntityMapping * CoreData.NSMigrationManager * -> bool
Parameters
- sInstance
- NSManagedObject
- mapping
- NSEntityMapping
- manager
- NSMigrationManager
- error
- NSError
Returns
- Attributes