DataTableCollection.Add Method
.NET Framework 3.0
Adds a DataTable object to the collection.
| Name | Description |
|---|---|
| DataTableCollection.Add () | Creates a new DataTable object by using a default name and adds it to the collection. Supported by the .NET Compact Framework. |
| DataTableCollection.Add (DataTable) | Adds the specified DataTable to the collection. Supported by the .NET Compact Framework. |
| DataTableCollection.Add (String) | Creates a DataTable object by using the specified name and adds it to the collection. Supported by the .NET Compact Framework. |
| DataTableCollection.Add (String, String) | Creates a DataTable object by using the specified name and adds it to the collection. Supported by the .NET Compact Framework. |