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

In This Topic
    EnterWhere_clause Method
    In This Topic
    Enter a parse tree produced by SqlParser.where_clause.
    Syntax
    'Declaration
     
    Sub EnterWhere_clause( _
       ByVal context As SqlParser.Where_clauseContext _
    ) 
    void EnterWhere_clause( 
       SqlParser.Where_clauseContext context
    )

    Parameters

    context
    The parse tree.
    See Also