NSPersistentStoreCoordinator.MigratePersistentStore 方法

定义

storeurl迁移到 。

[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

参数

url
NSUrl
options
NSDictionary

内容待定。

此参数可以为 null

storeType
NSString
error
NSError

返回

属性

适用于