SessionObjectLayer.GetParentObjectsToDelete(Session) Method
Performs object layer specific operations that are required to return a collection of objects marked for deletion in parent sessions.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
session | Session | A Session object to which objects marked for deletion are loaded. |
Returns
Type | Description |
---|---|
ICollection | A collection of objects loaded to the session from the immediate parent session. Collection elements match objects marked for deletion in parent sessions. |
Implements
See Also