NSManagedObjectContext.ObtainPermanentIDsForObjects Method

Definition

Converts the objec identifiers to permanent identifiers for the provided objects. Returns true if all of the identifiers were converted.

[Foundation.Export("obtainPermanentIDsForObjects:error:")]
public virtual bool ObtainPermanentIDsForObjects (CoreData.NSManagedObject[] objects, out Foundation.NSError error);
abstract member ObtainPermanentIDsForObjects : CoreData.NSManagedObject[] *  -> bool
override this.ObtainPermanentIDsForObjects : CoreData.NSManagedObject[] *  -> bool

Parameters

objects
NSManagedObject[]
error
NSError

Returns

Attributes

Applies to