NSIncrementalStore.NewValue 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 new relationship for the specified relationship data.
[Foundation.Export("newValueForRelationship:forObjectWithID:withContext:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject? NewValue(CoreData.NSRelationshipDescription forRelationship, CoreData.NSManagedObjectID forObjectI, CoreData.NSManagedObjectContext? context, out Foundation.NSError error);
[<Foundation.Export("newValueForRelationship:forObjectWithID:withContext:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member NewValue : CoreData.NSRelationshipDescription * CoreData.NSManagedObjectID * CoreData.NSManagedObjectContext * NSError -> Foundation.NSObject
override this.NewValue : CoreData.NSRelationshipDescription * CoreData.NSManagedObjectID * CoreData.NSManagedObjectContext * NSError -> Foundation.NSObject
Parameters
- forRelationship
- NSRelationshipDescription
- forObjectI
- NSManagedObjectID
- error
- NSError
Returns
- Attributes