Session.ObjectsSavedInCurrentTransaction Property
OBSOLETE
Please use GetObjectsToSave instead
Gets the collection of IXPSimpleObject objects that are saved in the transaction currently in progress.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Property Value
Type | Description |
---|---|
ICollection | A collection of IXPSimpleObject objects. |
Remarks
The ObjectsSavedInCurrentTransaction collection is cleared each time you start a transaction via the Session.BeginTransaction method or end a transaction via the Session.CommitTransaction or Session.RollbackTransaction methods.
See Also