NSIncrementalStore.NewObjectIdFor(NSEntityDescription, NSObject) 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.
Developers should not override this method. Returns a new ID for the entity and description.
[Foundation.Export("newObjectIDForEntity:referenceObject:")]
public virtual CoreData.NSManagedObjectID NewObjectIdFor (CoreData.NSEntityDescription forEntity, Foundation.NSObject referenceObject);
abstract member NewObjectIdFor : CoreData.NSEntityDescription * Foundation.NSObject -> CoreData.NSManagedObjectID
override this.NewObjectIdFor : CoreData.NSEntityDescription * Foundation.NSObject -> CoreData.NSManagedObjectID
Parameters
- forEntity
- NSEntityDescription
- referenceObject
- NSObject
Returns
- Attributes