StartTransaction;
The StartTransaction method initializes transaction with the database.
Some operations can be executed with DBMS data or objects within one transaction. To confirm the operations, execute the IDalConnection.Commit method, to rollback changes, execute the IDalConnection.Rollback method.
The example of use is given in description of the IDalConnection.Commit, IDalConnection.Rollback methods.
See also: