|
Transaction on Data Source
Manages transaction processing within a data source connection.
Parameters
-
Begin transaction Begins a new transaction.
-
Commit transaction Saves any changes and ends the current transaction.
-
Rollback transaction Cancels any changes made during the current transaction and ends the transaction.
Notes:
|