Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULTransaction class

Dispose method Next Page

Rollback method


Rolls back the transaction's outstanding changes to the database.

Syntax

Visual Basic

NotOverridable Public Sub Rollback() _
Implements IDbTransaction.Rollback

C#

public void Rollback();

Remarks

Once a transaction has been committed or rolled back, the connection reverts to automatically committing all operations as they are executed. To group more operations together, a new transaction must be created.

Implements

[external link] IDbTransaction.Rollback

See also