Back to Devexpress

Member Table: Delete Persistent Objects

xpo-2102-member-tables-member-table-delete-persistent-objects.md

latest1.1 KB
Original Source

Member Table: Delete Persistent Objects

  • Jun 11, 2019
Class, methodDescription
Session.DeleteDeletes the specified persistent objects and their aggregated objects from the data store.
Session.PurgeDeletedObjectsDeletes the objects marked as deleted from storage.
XPBaseObject.DeleteDeletes the persistent object and its aggregated objects from the data store.
DeferredDeletionAttributeSpecifies whether the record in a data store is marked as deleted after a persistent object which corresponds to this record has been deleted.
AggregatedAttributeIndicates that a property or field references other aggregated persistent objects. An aggregated object is considered a part of the owning object and it cannot exist separately. When an owner is deleted, any aggregated objects that are owned by it are deleted as well.