ISerializableObjectLayerEx.GetParentObjectsToDelete() Method
When implemented by a class, returns information on persistent objects marked for deletion in parent sessions.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
Returns
| Type | Description |
|---|---|
| DevExpress.Xpo.SerializableObjectLayerResult<XPObjectStubCollection> | A SerializableObjectLayerResult instance that exposes an XPObjectStubCollection object containing information on persistent objects marked for deletion in parent sessions. |
See Also