If there is an open transaction associated with this DataServer instance, all statements executed within that transaction will be rolled back (discarded). If there is no open transaction no harm is done by calling this method.

Namespace:  Asi.iBO
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

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

See Also