dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlTransaction Class / Release Method
The name of the savepoint.

In This Topic
    Release Method
    In This Topic
    Removes the named savepoint from the set of savepoints of the current transaction.
    Syntax
    'Declaration
     
    Public Sub Release( _
       ByVal savePointName As String _
    ) 
    public void Release( 
       string savePointName
    )

    Parameters

    savePointName
    The name of the savepoint.
    See Also