API Reference > OdDb Classes > OdDbDatabase Class > OdDbDatabase Methods > OdDbDatabase::flushAllTransactedChanges Method
OdDbDatabase::flushAllTransactedChanges Method
Syntax
C++
virtual bool flushAllTransactedChanges();

true if transaction is active false otherwise.

Flush all the changes made during first transaction started on this database object.

Forces all the objects modified in transaction to send reactor notifications and mark them to be in non-modified state. Does nothing if there is no active transaction.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.