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

In This Topic
    EnterValues_list Method
    In This Topic
    Enter a parse tree produced by SqlParser.values_list.
    Syntax
    'Declaration
     
    Sub EnterValues_list( _
       ByVal context As SqlParser.Values_listContext _
    ) 
    void EnterValues_list( 
       SqlParser.Values_listContext context
    )

    Parameters

    context
    The parse tree.
    See Also