NSIncrementalStore.NewValues 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.
Returns a NSIncrementalStoreNode for the persisten external values of the identified object and reports any errors in error
.
[Foundation.Export("newValuesForObjectWithID:withContext:error:")]
public virtual CoreData.NSIncrementalStoreNode NewValues (CoreData.NSManagedObjectID forObjectId, CoreData.NSManagedObjectContext context, out Foundation.NSError error);
abstract member NewValues : CoreData.NSManagedObjectID * CoreData.NSManagedObjectContext * -> CoreData.NSIncrementalStoreNode
override this.NewValues : CoreData.NSManagedObjectID * CoreData.NSManagedObjectContext * -> CoreData.NSIncrementalStoreNode
Parameters
- forObjectId
- NSManagedObjectID
- context
- NSManagedObjectContext
- error
- NSError
Returns
- Attributes