Add Method

Add the specified datatable to the dataset.

Syntax

Sub Add(dt)

Parameters

dt

Type: Datatable

The datatable to add


Return Value


None

Examples

IronPython

#Add datatable



C#

//Add datatable


Remarks