dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2Transaction Class / SetSavepoint Method
The name of the savepoint.

In This Topic
    SetSavepoint Method
    In This Topic
    Sets a transaction save point within a transaction.
    Syntax
    'Declaration
     
    Public Sub SetSavepoint( _
       ByVal savePointName As String _
    ) 
    public void SetSavepoint( 
       string savePointName
    )

    Parameters

    savePointName
    The name of the savepoint.
    See Also