Used to determine the transaction under which the query of this dataset executes.
property Transaction: TIBCTransaction stored IsTransactionStored;
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 UpdateTransaction property. By default the Transaction and the UpdateTransaction properties are the same.