NSManagedObject.CommittedValuesForKeys(String[]) Method

Definition

Returns a dictionary that contains property values for the specified keys from before the last fetch or save.

[Foundation.Export("committedValuesForKeys:")]
public virtual Foundation.NSDictionary CommittedValuesForKeys (string[] keys);
abstract member CommittedValuesForKeys : string[] -> Foundation.NSDictionary
override this.CommittedValuesForKeys : string[] -> Foundation.NSDictionary

Parameters

keys
String[]

To be added.

This parameter can be null.

Returns

Attributes

Applies to