NSManagedObjectContext.ObtainPermanentIDsForObjects 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.
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