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

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

    Parameters

    context
    The parse tree.
    See Also