SimpleObjectLayer.CommitChanges(Session, ICollection, ICollection) Method
In This Article
Performs object layer specific operations that are required to commit object changes made in a specified session.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.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. |
full |
ICollection | A collection of persistent objects to be deleted. |
complete |
ICollection | A collection of persistent objects to be saved. |
See Also