NSManagedObjectContext.DeletedObjects Property
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.
Gets a set that contains the objects that will be deleted by the next save operation.
public virtual Foundation.NSSet DeletedObjects { [Foundation.Export("deletedObjects", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.DeletedObjects : Foundation.NSSet
Property Value
- Attributes