dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTransaction Class / Save Method
The name of the savepoint being created in the current transaction.

In This Topic
    Save Method
    In This Topic
    Creates a savepoint within the current transaction.
    Syntax
    'Declaration
     
    Public Sub Save( _
       ByVal savePointName As String _
    ) 
    public void Save( 
       string savePointName
    )

    Parameters

    savePointName
    The name of the savepoint being created in the current transaction.
    Remarks
    After creating a savepoint the transaction does not enter a completed state and can be used for further operations.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also