Used to determine the transaction under which the query of this dataset executes.
property Transaction: TIBCTransaction;
Use the Transaction property to determine the transaction under which the query of this dataset executes. You can separately set transaction for executing modifying queries with the TCustomIBCDataSet.UpdateTransaction property. By default the Transaction and the UpdateTransaction properties are the same.