NSManagedObject.CommittedValuesForKeys(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
- Attributes