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.
    See Also