DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / SqlParser.Create_table_stmtContext Class / column_def Method / column_def(Int32) Method

In This Topic
    column_def(Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function column_def( _
       ByVal i As Integer _
    ) As SqlParser.Column_defContext
    public SqlParser.Column_defContext column_def( 
       int i
    )

    Parameters

    i
    See Also