QuickObjects.DBLibrary Send comments on this topic.
RollBackTransaction Method
See Also 
Akal.QuickObjects.DBLibrary Namespace > DatabaseObjectSQL Class : RollBackTransaction Method
RollBackTransaction

Performs a RollBack on the active SQL Transaction held in DBTransaction member variable, and then Disposes the transaction object, closes the connection object and sets it to null.

Syntax

C# 
public void RollBackTransaction()

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also