Skip to main content
.NET Framework 4.6.2+

IObjectLayerOnSession.GetParentObjectsToDelete(Session) Method

When implemented by a class, returns a collection of objects marked for deletion in parent sessions.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

#Declaration

ICollection GetParentObjectsToDelete(
    Session session
)

#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.

See Also