UserInfoKeys.AffectedStoresForErrorKey Property

Definition

Gets the key that identifies an array that contains the stores that were affected by the error.

[Foundation.Field("NSAffectedStoresErrorKey", "CoreData")]
public static Foundation.NSString AffectedStoresForErrorKey { get; }
member this.AffectedStoresForErrorKey : Foundation.NSString

Property Value

A key that identifies an array of NSPersistentStore objects that were affected by the error.

Attributes

Remarks

This key corresponds to the AffectedStoresForError property.

Applies to