FlexPivot for WPF | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / Connector Class / AppendData Method / AppendData(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
    AppendData(String,Int64) Method
    In This Topic
    Append data to the end of a DataEngine table.
    Syntax
    'Declaration
     
    Public Overloads MustOverride Function AppendData( _
       ByVal tableName As String, _
       Optional ByVal count As Long _
    ) As Long
    public abstract long AppendData( 
       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.
    See Also