Chili.Opf3 Send comments on this topic.
Rollback(String) Method
See Also 
Chili.Opf3.Storages.MsSql Namespace > MsSqlTransaction Class > Rollback Method : Rollback(String) Method




savePoint
The name of the save point to roll back to.
Rolls back a transaction from a pending state, and specifies the transaction or save point name.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Rollback( _
   ByVal savePoint As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As MsSqlTransaction
Dim savePoint As String
 
instance.Rollback(savePoint)
C# 
public void Rollback( 
   string savePoint
)
Managed Extensions for C++ 
public: void Rollback( 
   string* savePoint
) 
C++/CLI 
public:
void Rollback( 
   String^ savePoint
) 

Parameters

savePoint
The name of the save point to roll back to.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also