Sets the URL for a given persistent store.
Original signature is '- (BOOL)setURL:(NSURL *)url forPersistentStore:(NSPersistentStore *)store'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public virtual bool SetURLForPersistentStore( NSURL url, NSPersistentStore store )
Public Overridable Function SetURLForPersistentStore ( _ url As NSURL, _ store As NSPersistentStore _ ) As Boolean
public: virtual bool SetURLForPersistentStore( NSURL^ url, NSPersistentStore^ store )

- url (NSURL)
- The new location for store.
- store (NSPersistentStore)
- A persistent store associated with the receiver.

YES if the store was relocated, otherwise NO.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)