Skip to main content
A newer version of this page is available. .

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.v19.2.Core.dll

Declaration

public virtual void CommitExistingObject(
    T obj
)

Parameters

Name Type Description
obj T

A persistent object to commit.

See Also