Append Method

Append the data of the specified datatable to the dataset. If the datatable with the specified name does not exist yet, it is simply added to the dataset.

Syntax

Sub Append(dt)

Parameters

dt

Type: Datatable

The datatable to append


Return Value


None

Examples

IronPython

#Append datatable



C#

//Append datatable


Remarks