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

In This Topic
    ExitError Method
    In This Topic
    Exit a parse tree produced by SqlParser.error.
    Syntax
    'Declaration
     
    Sub ExitError( _
       ByVal context As SqlParser.ErrorContext _
    ) 
    void ExitError( 
       SqlParser.ErrorContext context
    )

    Parameters

    context
    The parse tree.
    See Also