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

In This Topic
    ExitSelect_stmt Method
    In This Topic
    Exit a parse tree produced by SqlParser.select_stmt.
    Syntax
    'Declaration
     
    Sub ExitSelect_stmt( _
       ByVal context As SqlParser.Select_stmtContext _
    ) 
    void ExitSelect_stmt( 
       SqlParser.Select_stmtContext context
    )

    Parameters

    context
    The parse tree.
    See Also