Contents Index IsolationLevel property Save method

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
    AsaTransaction class

Rollback method


Description 

Rolls back a transaction from a pending state.

Syntax 1 

void Rollback( )

Syntax 2 

void Rollback( string savePoint )

Parameters 

savePoint    The name of the savepoint to which to roll back.

Usage 

The transaction can only be rolled back from a pending state (after BeginTransaction has been called, but before Commit is called).


Contents Index IsolationLevel property Save method