NSPersistentStoreCoordinator.SetUrl(NSUrl, NSPersistentStore) Method

Definition

Sets the URL for the specfied store.

[Foundation.Export("setURL:forPersistentStore:")]
public virtual bool SetUrl (Foundation.NSUrl url, CoreData.NSPersistentStore store);
abstract member SetUrl : Foundation.NSUrl * CoreData.NSPersistentStore -> bool
override this.SetUrl : Foundation.NSUrl * CoreData.NSPersistentStore -> bool

Parameters

url
NSUrl

Returns

Attributes

Applies to