Rollsback all statements that have been executed after the Begin() call. The database connection is closed after the transaction has been rolled back. Subsequent calls are ignored.

Namespace: DatabaseObjects
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public void Rollback()
Visual Basic
Public Sub Rollback
Visual C++
public:
void Rollback()

See Also