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

In This Topic
    ExitUpdate_stmt Method
    In This Topic
    Exit a parse tree produced by SqlParser.update_stmt.
    Syntax
    'Declaration
     
    Sub ExitUpdate_stmt( _
       ByVal context As SqlParser.Update_stmtContext _
    ) 
    void ExitUpdate_stmt( 
       SqlParser.Update_stmtContext context
    )

    Parameters

    context
    The parse tree.
    See Also