Save(string) method

Creates a savepoint in the transaction that can be used to roll back a portion of the transaction, and specifies the savepoint name.

Visual Basic syntax

Public Sub Save (ByVal savePoint As String)

C# syntax

public void Save (string savePoint)

Parameters