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

In This Topic
    ExitJoin_right Method
    In This Topic
    Exit a parse tree produced by SqlParser.join_right.
    Syntax
    'Declaration
     
    Sub ExitJoin_right( _
       ByVal context As SqlParser.Join_rightContext _
    ) 
    void ExitJoin_right( 
       SqlParser.Join_rightContext context
    )

    Parameters

    context
    The parse tree.
    See Also