Edit

Share via


NSIncrementalStore.NewValue Method

Definition

Returns a new relationship for the specified relationship data.

[Foundation.Export("newValueForRelationship:forObjectWithID:withContext:error:")]
public virtual Foundation.NSObject NewValue(CoreData.NSRelationshipDescription forRelationship, CoreData.NSManagedObjectID forObjectI, CoreData.NSManagedObjectContext context, out Foundation.NSError error);

Parameters

forRelationship
NSRelationshipDescription
forObjectI
NSManagedObjectID
context
NSManagedObjectContext

To be added.

This parameter can be null.

error
NSError

Returns

Attributes

Applies to