ISqlSession.Rollback method
Rolls back the Microsoft SQL Server session. This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Sub Rollback
'Usage
Dim instance As ISqlSession
instance.Rollback()
void Rollback()