Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0) » SATransaction class

 

Save method

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

Syntax
Visual Basic

Public Sub Save( _
   ByVal savePoint As String _
)
C#

public void Save(
   string  savePoint
);
Parameters
  • savePoint   The name of the savepoint to which to roll back.

See also