adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ObjectBase Class / CommitEdit Method / CommitEdit() Method


In This Topic
    CommitEdit() Method
    In This Topic
    Commits the current changes, discarding the latest undo snapshot.
    Syntax
    'Declaration
     
    
    Public Overloads Sub CommitEdit() 
    public void CommitEdit()
    public:
    void CommitEdit(); 
    Exceptions
    ExceptionDescription
    Thrown if there is no snapshot to revert to.
    Remarks
    The changes are committed in memory only. They are not sent to the server until ADTIndependentObject.Save is called on the object or its owner.
    See Also