NSIncrementalStore.NewValue 方法

定义

返回指定关系数据的新关系。

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

参数

forRelationship
NSRelationshipDescription
forObjectI
NSManagedObjectID
context
NSManagedObjectContext

内容待定。

此参数可以为 null

error
NSError

返回

属性

适用于