Refresh method

Applies to
TIB_Transaction

Declaration
Procedure Refresh(CommitChanges: boolean );

Description
This method causes a transaction-wide refresh of all buffered datasets. This is the equivalent of opening and closing all datasets as is done when Refresh is called.

It ends the current transaction and starts a new one so that all of the previously opened datasets can be refreshed according to their RefreshAction property setting. Thus, the normal state changes that would attend a Rollback or Commit can be avoided.

CommitChanges parameter tells whether to Commit changes (or Rollback if false).