Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SessionObjectLayer.GetParentObjectsToSave(Session) Method

Performs object layer specific operations that are required to return a collection of objects marked for saving in parent sessions.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public 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