NSPersistentStoreDescription.GetPersistentStoreDescription(NSUrl) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the description for the store at the specified URL.
[Foundation.Export("persistentStoreDescriptionWithURL:")]
public static CoreData.NSPersistentStoreDescription GetPersistentStoreDescription (Foundation.NSUrl Url);
static member GetPersistentStoreDescription : Foundation.NSUrl -> CoreData.NSPersistentStoreDescription
Parameters
- Url
- NSUrl
The store URL for which to get a description.
Returns
The description for the store at the specified URL.
- Attributes