Skip to main content
.NET 6.0+

SimpleObjectLayer.CommitChanges(Session, ICollection, ICollection) Method

Performs object layer specific operations that are required to commit object changes made in a specified session.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public void CommitChanges(
    Session session,
    ICollection fullListForDelete,
    ICollection completeListForSave
)

Parameters

Name Type Description
session Session

A Session with pending object changes.

fullListForDelete ICollection

A collection of persistent objects to be deleted.

completeListForSave ICollection

A collection of persistent objects to be saved.

See Also