Upravit

Sdílet prostřednictvím


NSPersistentStore.SetMetadata(NSDictionary, NSUrl, NSError) Method

Definition

Sets the metadata for the store at the provided URL.

[Foundation.Export("setMetadata:forPersistentStoreWithURL:error:")]
public static bool SetMetadata (Foundation.NSDictionary metadata, Foundation.NSUrl url, out Foundation.NSError error);
static member SetMetadata : Foundation.NSDictionary * Foundation.NSUrl *  -> bool

Parameters

metadata
NSDictionary

To be added.

This parameter can be null.

url
NSUrl
error
NSError

Returns

Attributes

Applies to