ComponentOne FlexPivot for WinForms
AppendData(String,Int64) Method

C1.DataEngine.4 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.
Append data to the end of a DataEngine table.
Syntax
'Declaration
 
Public Overloads MustOverride Function AppendData( _
   ByVal tableName As System.String, _
   Optional ByVal count As System.Long _
) As System.Long
public abstract System.long AppendData( 
   System.string tableName,
   System.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

Reference

Connector Class
Connector Members
Overload List