EFCoreObjectSpace.GetObjectsToDelete(Boolean) Method
Returns a collection of persistent objects marked as deleted in a transaction that currently is in progress.
Namespace: DevExpress.ExpressApp.EFCore
Assembly: DevExpress.ExpressApp.EFCore.v24.1.dll
NuGet Package: DevExpress.ExpressApp.EFCore
Declaration
Parameters
Name | Type | Description |
---|---|---|
includeParent | Boolean | This parameter does not affect the result. It is added to provide compatibility with IObjectSpace.GetObjectsToDelete(Boolean). |
Returns
Type | Description |
---|---|
ICollection | A collection of persistent objects marked as deleted in a transaction that is currently in progress. |
Remarks
When you create, modify, or delete an object, call the BaseObjectSpace.CommitChanges method to save all changes to the current Object Space’s persistent objectsin the database. To get the list of objects to be committed, use the EFCoreObjectSpace.ModifiedObjects property. After calling the BaseObjectSpace.CommitChanges method, this list is empty.