Share via


NSPersistentStoreDescription.GetPersistentStoreDescription(NSUrl) Method

Definition

Returns the description for the store at the specified URL.

[Foundation.Export("persistentStoreDescriptionWithURL:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreData.NSPersistentStoreDescription GetPersistentStoreDescription(Foundation.NSUrl Url);
[<Foundation.Export("persistentStoreDescriptionWithURL:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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