'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.