NSPersistentStoreDescription.GetPersistentStoreDescription(NSUrl) Method

Definition

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

Applies to