Used to specify the TUniTransaction object in the context of which SQL commands will be executed, and queries retrieving data will be opened.
property Transaction: TUniTransaction stored IsTransactionStored;
Use the Transaction property to specify the TUniTransaction object in the context of which SQL commands will be executed, and queries retrieving data will be opened. If this property is not specified, the default transaction associated with linked TUniConnection will be used. This transaction will work in AutoCommit mode.