dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlTransaction Class / Save Method
The savepoint name.

In This Topic
    Save Method
    In This Topic
    Creates a savepoint in the transaction that can be used to roll back a part of the transaction, and specifies the savepoint name.
    Syntax
    'Declaration
     
    Public Sub Save( _
       ByVal savePointName As String _
    ) 
    public void Save( 
       string savePointName
    )

    Parameters

    savePointName
    The savepoint name.
    See Also