Skip to main content
.NET 6.0+

IObjectLayerOnSession.GetParentObjectsToSave(Session) Method

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

ICollection GetParentObjectsToSave(
    Session session
)

Parameters

Name Type Description
session Session

A Session object to which objects marked for saving 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 saving in parent sessions.

See Also