BaseObjectSpace.ModifiedObjects Property
Returns a collection of objects that have been created, modified or deleted in the current object context.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
IList | An IList collection that contains the modified objects belonging to the current Object Space. |
Remarks
When you create, modify or delete an object, you should then call the BaseObjectSpace.CommitChanges method. This method saves all the changes made to the current Object Space’s persistent objects to the database. To get the list of objects to be committed, use the ModifiedObjects property. After calling the BaseObjectSpace.CommitChanges method this list is empty until creating, modifying or deleting an object.