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

In This Topic
    ExitColumn_def Method
    In This Topic
    Exit a parse tree produced by SqlParser.column_def.
    Syntax
    'Declaration
     
    Sub ExitColumn_def( _
       ByVal context As SqlParser.Column_defContext _
    ) 
    void ExitColumn_def( 
       SqlParser.Column_defContext context
    )

    Parameters

    context
    The parse tree.
    See Also