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

In This Topic
    ExitJoin_constraint Method
    In This Topic
    Exit a parse tree produced by SqlParser.join_constraint.
    Syntax
    'Declaration
     
    Sub ExitJoin_constraint( _
       ByVal context As SqlParser.Join_constraintContext _
    ) 
    void ExitJoin_constraint( 
       SqlParser.Join_constraintContext context
    )

    Parameters

    context
    The parse tree.
    See Also