MonobjcMonobjc Documented Class Library
PersistentStoreForURL Method (URL)
NamespacesMonobjc.CoreDataNSPersistentStoreCoordinatorPersistentStoreForURL(NSURL)

Returns the persistent store for the specified URL.

Original signature is '- (NSPersistentStore *)persistentStoreForURL:(NSURL *)URL'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSPersistentStore PersistentStoreForURL(
	NSURL URL
)
Public Overridable Function PersistentStoreForURL ( _
	URL As NSURL _
) As NSPersistentStore
public:
virtual NSPersistentStore^ PersistentStoreForURL(
	NSURL^ URL
)
Parameters
URL (NSURL)
An URL object that specifies the location of a persistent store.
Return Value
The persistent store at the location specified by URL.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)