Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.Data.UltraLite namespace

ULTransaction class

Rollback method


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

Prototypes 

' 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 

Collection Contents Previous Next PDF