Used to specify the TUniTransaction object in the context of which update commands will be executed.
property UpdateTransaction: TUniTransaction;
Use the UpdateTransaction property to specify the TUniTransaction object in the context of which update commands will be executed. Update commands are commands that are executed automatically, when data is edited in the dataset with Insert/Post, Edit/Post, or with other similar methods.
If this property is not specified, the transaction object specified in the Transaction property, or the default transaction associates with linked TUniConnection will be used. This transaction will wok in AutoCommit mode.