Joins the datatables into one.

Syntax

Smartsite SXML CopyCode image Copy Code
datatable datatable.join(datatable[ ] tables)

Parameters

Name Data Type Description
tables DataTable[ ] The datatables to be joined.

Return Value

Data Type Description
DataTable A new datatable containing the join of all the given datatables.

Expand image Example

SXML