PersistentObjectStorage<T>.CommitExistingObject(T) Method
Commits changes to an existing object. Updates the object data record in the underlying data source. For internal use.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| obj | T | A persistent object to commit. |
See Also