PersistentObjectStorage<T>.CommitNewObject(T) Method
Commits a new object. Creates a new object data record and stores it 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