Skip to main content
.NET 6.0+

SerializableObjectLayer.GetParentObjectsToDelete() Method

Performs object layer specific operations that are required to return information on persistent objects marked for deletion in parent sessions.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public SerializableObjectLayerResult<XPObjectStubCollection> GetParentObjectsToDelete()

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