NSPersistentStoreCoordinator.MigratePersistentStore Method

Definition

Migrates store to url.

[Foundation.Export("migratePersistentStore:toURL:options:withType:error:")]
public virtual CoreData.NSPersistentStore MigratePersistentStore (CoreData.NSPersistentStore store, Foundation.NSUrl url, Foundation.NSDictionary options, Foundation.NSString storeType, out Foundation.NSError error);
abstract member MigratePersistentStore : CoreData.NSPersistentStore * Foundation.NSUrl * Foundation.NSDictionary * Foundation.NSString *  -> CoreData.NSPersistentStore
override this.MigratePersistentStore : CoreData.NSPersistentStore * Foundation.NSUrl * Foundation.NSDictionary * Foundation.NSString *  -> CoreData.NSPersistentStore

Parameters

url
NSUrl
options
NSDictionary

To be added.

This parameter can be null.

storeType
NSString
error
NSError

Returns

Attributes

Applies to