System.Data.DataTableCollection.Add Method

Adds the specified DataTable to the collection.

Syntax

public void Add (DataTable table)

Parameters

table
The DataTable object to add.

Remarks

The DataTableCollection.CollectionChanged event occurs when a table is successfully added to the collection.

Requirements

Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0