ComponentOne FlexPivot for WinForms
C1.DataEngine Assembly / C1.DataEngine Namespace / Connector Class / AddNewColumns Method / AddNewColumns(String,Int64) Method
The name of the DataEngine table.
Optional number of rows to import. If count is 0 (default), import all rows.

In This Topic
    AddNewColumns(String,Int64) Method
    In This Topic
    Add new columns to an existing DataEngine table.
    Syntax
    'Declaration
     
    Public Overloads MustOverride Function AddNewColumns( _
       ByVal tableName As String, _
       Optional ByVal count As Long _
    ) As Long
    public abstract long AddNewColumns( 
       string tableName,
       long count
    )

    Parameters

    tableName
    The name of the DataEngine table.
    count
    Optional number of rows to import. If count is 0 (default), import all rows.
    Remarks
    This method throws an exception if the specified columns already exist.
    See Also