NSPersistentStoreCoordinator.RemovePersistentStore Method

Definition

Removes the specified store and reports any errors that are encountered.

[Foundation.Export("removePersistentStore:error:")]
public virtual bool RemovePersistentStore (CoreData.NSPersistentStore store, out Foundation.NSError error);
abstract member RemovePersistentStore : CoreData.NSPersistentStore *  -> bool
override this.RemovePersistentStore : CoreData.NSPersistentStore *  -> bool

Parameters

error
NSError

Returns

Attributes

Applies to