ASA Programming Guide
Adaptive Server Anywhere .NET Data Provider API Reference
AsaTransaction class
Rolls back a transaction from a pending state.
void Rollback( )
void Rollback( string savePoint )
savePoint The name of the savepoint to which to roll back.
The transaction can only be rolled back from a pending state (after BeginTransaction has been called, but before Commit is called).