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

In This Topic
    EnterUnary_operator Method
    In This Topic
    Enter a parse tree produced by SqlParser.unary_operator.
    Syntax
    'Declaration
     
    Sub EnterUnary_operator( _
       ByVal context As SqlParser.Unary_operatorContext _
    ) 
    void EnterUnary_operator( 
       SqlParser.Unary_operatorContext context
    )

    Parameters

    context
    The parse tree.
    See Also