NSPersistentStoreCoordinator.PersistentStoreForUrl(NSUrl) Method

Definition

Returns the persistent store at url.

[Foundation.Export("persistentStoreForURL:")]
public virtual CoreData.NSPersistentStore PersistentStoreForUrl (Foundation.NSUrl url);
abstract member PersistentStoreForUrl : Foundation.NSUrl -> CoreData.NSPersistentStore
override this.PersistentStoreForUrl : Foundation.NSUrl -> CoreData.NSPersistentStore

Parameters

url
NSUrl

Returns

Attributes

Applies to