NSEntityMigrationPolicy.CreateRelationshipsForDestinationInstance 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("createRelationshipsForDestinationInstance:entityMapping:manager:error:")]
public virtual bool CreateRelationshipsForDestinationInstance (CoreData.NSManagedObject dInstance, CoreData.NSEntityMapping mapping, CoreData.NSMigrationManager manager, out Foundation.NSError error);
abstract member CreateRelationshipsForDestinationInstance : CoreData.NSManagedObject * CoreData.NSEntityMapping * CoreData.NSMigrationManager * -> bool
override this.CreateRelationshipsForDestinationInstance : CoreData.NSManagedObject * CoreData.NSEntityMapping * CoreData.NSMigrationManager * -> bool
Parameters
- dInstance
- NSManagedObject
- mapping
- NSEntityMapping
- manager
- NSMigrationManager
- error
- NSError
Returns
- Attributes