NSManagedObjectContext.AssignObject(IntPtr, NSPersistentStore) 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.
Assigns object1
to store
.
[Foundation.Export("assignObject:toPersistentStore:")]
public virtual void AssignObject (IntPtr object1, CoreData.NSPersistentStore store);
abstract member AssignObject : nativeint * CoreData.NSPersistentStore -> unit
override this.AssignObject : nativeint * CoreData.NSPersistentStore -> unit
Parameters
- object1
-
IntPtr
nativeint
- store
- NSPersistentStore
- Attributes