DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / ISqlListener Interface / ExitRelease_stmt Method
The parse tree.

In This Topic
    ExitRelease_stmt Method
    In This Topic
    Exit a parse tree produced by SqlParser.release_stmt.
    Syntax
    'Declaration
     
    Sub ExitRelease_stmt( _
       ByVal context As SqlParser.Release_stmtContext _
    ) 
    void ExitRelease_stmt( 
       SqlParser.Release_stmtContext context
    )

    Parameters

    context
    The parse tree.
    See Also