Share via


NSManagedObject.GetCommittedValues(String[]) Method

Definition

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

[Foundation.Export("committedValuesForKeys:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDictionary GetCommittedValues(string[]? keys);
[<Foundation.Export("committedValuesForKeys:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetCommittedValues : string[] -> Foundation.NSDictionary
override this.GetCommittedValues : string[] -> Foundation.NSDictionary

Parameters

keys
String[]

To be added.

This parameter can be null.

Returns

Attributes

Applies to