NSManagedObjectContext.AssignObject(IntPtr, NSPersistentStore) Method

Definition

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

Attributes

Applies to