Joins the datatables into one.
Syntax
Smartsite SXML | 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. |