AppendData(String,Int64) Method
In This Topic
Append data to the end of a DataEngine table.
Syntax
'Declaration
Public Overloads MustOverride Function AppendData( _
ByVal As String, _
Optional ByVal As Long _
) As Long
public abstract long AppendData(
string ,
long
)
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