Share via


NSIncrementalStore.NewValues Method

Definition

Returns a NSIncrementalStoreNode for the persisten external values of the identified object and reports any errors in error.

[Foundation.Export("newValuesForObjectWithID:withContext:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreData.NSIncrementalStoreNode? NewValues(CoreData.NSManagedObjectID forObjectId, CoreData.NSManagedObjectContext context, out Foundation.NSError error);
[<Foundation.Export("newValuesForObjectWithID:withContext:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member NewValues : CoreData.NSManagedObjectID * CoreData.NSManagedObjectContext * NSError -> CoreData.NSIncrementalStoreNode
override this.NewValues : CoreData.NSManagedObjectID * CoreData.NSManagedObjectContext * NSError -> CoreData.NSIncrementalStoreNode

Parameters

forObjectId
NSManagedObjectID
error
NSError

Returns

Attributes

Applies to