Appends data from the given datatables to the source table, using the specified options.

Syntax

Smartsite SXML CopyCode image Copy Code
datatable.append(datatable source, datatable[ ] tables)

Parameters

Name Data Type Description
source DataTable The source datatable.
tables DataTable[ ] The tables that are added to the source datatable.

Return Value

None.

Expand image Example

Expand image See Also

SXML